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-04-24 09:02:41 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-04-24 09:02:41 +0200
commitac1adaa1848ceecb9048c2f2b913e208c94fce7c (patch)
tree6e4a6e94979f6c2f2796b1fca73674ef8ed01860 /pkgs/development/python-modules/ailment
parentd42e8b35d157d4e8ea7112d299aad55554a10ca2 (diff)
python3Packages.ailment: 9.0.6790 -> 9.0.6852
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 121182083d35d..f7194f8dd2f50 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.6790";
+  version = "9.0.6852";
   disabled = pythonOlder "3.6";
 
   src = fetchFromGitHub {
     owner = "angr";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-RcLa18JqQ7c8u+fhyNHmJEXt/Lg73JDAImtUtiaZbTw=";
+    sha256 = "sha256-yIYZubZ8073voe4C78QITP3Pau/mrpNTyhPpU/QftXo=";
   };
 
   propagatedBuildInputs = [ pyvex ];