about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ailment
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-07-19 10:40:27 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-19 10:40:27 +0200
commit8e3e68cc05e44c160fd98bed95c046caff4e8b99 (patch)
treedc4a4364a3f9149e3ac9418a98de1f1d3d677cdf /pkgs/development/python-modules/ailment
parent1316f404291946ad9597a85968788c7eda0fccb3 (diff)
python311Packages.ailment: 9.2.59 -> 9.2.60
Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.59...v9.2.60
Diffstat (limited to 'pkgs/development/python-modules/ailment')
-rw-r--r--pkgs/development/python-modules/ailment/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ailment/default.nix b/pkgs/development/python-modules/ailment/default.nix
index 178e609a0614e..6e0f136e0e1cd 100644
--- a/pkgs/development/python-modules/ailment/default.nix
+++ b/pkgs/development/python-modules/ailment/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "ailment";
-  version = "9.2.59";
+  version = "9.2.60";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-1AlmVRiGrYe0fS5Ny1JzyA2gGWKaUVioeZQTGhwMoaM=";
+    hash = "sha256-gai+o8XVcOj/HidvlictpnbHLUcGrNR+BLkCuEK8b7c=";
   };
 
   nativeBuildInputs = [