Skip to content

Commit c7d5191

Browse files
committed
python313Packages.claripy: 9.2.153 -> 9.2.154
Diff: angr/claripy@refs/tags/v9.2.153...refs/tags/v9.2.154
1 parent 5bcdd66 commit c7d5191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1515
buildPythonPackage rec {
1616
pname = "claripy";
17-
version = "9.2.153";
17+
version = "9.2.154";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323
owner = "angr";
2424
repo = "claripy";
2525
tag = "v${version}";
26-
hash = "sha256-M3rUBZBA8WbvLU0VJb9H2pQU2PePBhqkpM6OsS20Uj4=";
26+
hash = "sha256-90JX+VDWK/yKhuX6D8hbLxjIOS8vGKrN1PKR8iWjt2o=";
2727
};
2828

2929
# z3 does not provide a dist-info, so python-runtime-deps-check will fail

0 commit comments

Comments
 (0)