Skip to content

Commit f50e3c0

Browse files
committed
python313Packages.ailment: 9.2.136 -> 9.2.137
Diff: angr/ailment@refs/tags/v9.2.136...v9.2.137
1 parent 6839cae commit f50e3c0

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.136";
13+
version = "9.2.137";
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-HXm5ERWR/fHIT8PYAOkF0aVWu8fvu2fqG+fGcFTNz+A=";
22+
hash = "sha256-5/dJFjqLIDafjzapsuSNz5YnaA9faDAgkW01tpHUHrA=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)