Skip to content

Commit 3126a3e

Browse files
committed
python313Packages.ailment: 9.2.153 -> 9.2.154
Diff: angr/ailment@refs/tags/v9.2.153...refs/tags/v9.2.154
1 parent 97e3168 commit 3126a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1111
buildPythonPackage rec {
1212
pname = "ailment";
13-
version = "9.2.153";
13+
version = "9.2.154";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.11";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "angr";
2020
repo = "ailment";
2121
tag = "v${version}";
22-
hash = "sha256-CigfIFKoZu/mggPMLr5FTRvWqZ6ikP8701hDgck2I3o=";
22+
hash = "sha256-JjS+jYWrbErkb6uM0DtB5h2ht6ZMmiYOQL/Emm6wC5U=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)