Skip to content

Commit 6a5362f

Browse files
committed
python311Packages.angr: 9.2.136 -> 9.2.137
Diff: angr/angr@refs/tags/v9.2.136...v9.2.137
1 parent f92a979 commit 6a5362f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/angr/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
buildPythonPackage rec {
3838
pname = "angr";
39-
version = "9.2.136";
39+
version = "9.2.137";
4040
pyproject = true;
4141

4242
disabled = pythonOlder "3.11";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
4545
owner = "angr";
4646
repo = "angr";
4747
tag = "v${version}";
48-
hash = "sha256-KEAB+dHZlBQuKfsllF1BPg3eqKO9EklIvUU7jy0ljYs=";
48+
hash = "sha256-RIsgE/WE7QEmOIyujLObnpTpUR0GgUbavPmgs9QwakE=";
4949
};
5050

5151
postPatch = ''

0 commit comments

Comments
 (0)