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>2021-07-07 09:11:22 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-07-07 09:11:22 +0200
commitdc25b0bc075329464c9334f1a13a14c828000542 (patch)
tree3e4278162f2e2ab60e62a6520fde80c044710033 /pkgs/development/python-modules/ailment
parente55f56bb9e38f133dc6248c8cd90f0a56256119e (diff)
python3Packages.ailment: 9.0.8021 -> 9.0.8761
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 388880cda0b36..961a6cff1960a 100644
--- a/pkgs/development/python-modules/ailment/default.nix
+++ b/pkgs/development/python-modules/ailment/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "ailment";
-  version = "9.0.8021";
+  version = "9.0.8761";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "angr";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-DeQvYuVRYOxyVPqHzTSNtEUUN4tHhSVMZoex6SUWik8=";
+    sha256 = "sha256-UAtVWh3BBZZmU5+BR0+2B+rivzR4E7bZK1ro1uKngtE=";
   };
 
   propagatedBuildInputs = [ pyvex ];