Skip to content

Commit d00b194

Browse files
committed
python312Packages.angr: 9.2.153 -> 9.2.154
Diff: angr/angr@refs/tags/v9.2.153...refs/tags/v9.2.154
1 parent 1a4a32b commit d00b194

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
@@ -38,7 +38,7 @@
3838

3939
buildPythonPackage rec {
4040
pname = "angr";
41-
version = "9.2.153";
41+
version = "9.2.154";
4242
pyproject = true;
4343

4444
disabled = pythonOlder "3.11";
@@ -47,7 +47,7 @@ buildPythonPackage rec {
4747
owner = "angr";
4848
repo = "angr";
4949
tag = "v${version}";
50-
hash = "sha256-j/VcfsRrw8Et92olT5aKkpkaEZ7YksBCokQBziAKLvI=";
50+
hash = "sha256-aOgZXHk6GTWZAEraZQahEXUYs8LWAWv1n9GfX+2XTPU=";
5151
};
5252

5353
pythonRelaxDeps = [ "capstone" ];

0 commit comments

Comments
 (0)