about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-10-26 20:21:43 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2021-10-26 20:21:43 +0200
commitd6db4892f140ae32253e115e07452556238e1d01 (patch)
treeb215fa17ce40c5c86a889ed92a1fe45d8021f69d /pkgs
parentec44436429d5aedbc43f02febe25d0de9dceb05a (diff)
python3Packages.cle: 9.0.10281 -> 9.0.10339
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cle/default.nix b/pkgs/development/python-modules/cle/default.nix
index edb25c25ca32f..ad9e7b5c78b72 100644
--- a/pkgs/development/python-modules/cle/default.nix
+++ b/pkgs/development/python-modules/cle/default.nix
@@ -15,7 +15,7 @@
 
 let
   # The binaries are following the argr projects release cycle
-  version = "9.0.10281";
+  version = "9.0.10339";
 
   # Binary files from https://github.com/angr/binaries (only used for testing and only here)
   binaries = fetchFromGitHub {
@@ -35,7 +35,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-BeFxak7cbRDjbxTjAlvXuh7ot0bS6xv3Z30c6PD+9nU=";
+    sha256 = "sha256-LbQyVWDgxXkltf4rx0KB/ek1grpN3ofqvWb4Bxty6AQ=";
   };
 
   propagatedBuildInputs = [