summary refs log tree commit diff
path: root/pkgs/development/python-modules/cle/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-03-07 22:04:39 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-03-07 22:04:39 +0100
commit7e96ced3ea0539cf338136c07b1ccc3da66a0942 (patch)
treef968a3516e30d283e679b65bf179aab58516adc9 /pkgs/development/python-modules/cle/default.nix
parentdd974c57ac8a0053b1924fa8e2dda87045b301a5 (diff)
downloadnixpkgs-7e96ced3ea0539cf338136c07b1ccc3da66a0942.tar
nixpkgs-7e96ced3ea0539cf338136c07b1ccc3da66a0942.tar.gz
nixpkgs-7e96ced3ea0539cf338136c07b1ccc3da66a0942.tar.bz2
nixpkgs-7e96ced3ea0539cf338136c07b1ccc3da66a0942.tar.lz
nixpkgs-7e96ced3ea0539cf338136c07b1ccc3da66a0942.tar.xz
nixpkgs-7e96ced3ea0539cf338136c07b1ccc3da66a0942.tar.zst
nixpkgs-7e96ced3ea0539cf338136c07b1ccc3da66a0942.zip
python310Packages.cle: 9.2.40 -> 9.2.41
Diffstat (limited to 'pkgs/development/python-modules/cle/default.nix')
-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 44c5937042d..b9712c2a827 100644
--- a/pkgs/development/python-modules/cle/default.nix
+++ b/pkgs/development/python-modules/cle/default.nix
@@ -16,7 +16,7 @@
 
 let
   # The binaries are following the argr projects release cycle
-  version = "9.2.40";
+  version = "9.2.41";
 
   # Binary files from https://github.com/angr/binaries (only used for testing and only here)
   binaries = fetchFromGitHub {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-xNVZzw5m8OZNoK2AcbaSOEbr7uTVcMI7HCgRqylayDo=";
+    hash = "sha256-v87ma0svBpVfx2SVLw8dx7HdOLQpNzjRwVj9yQs0bR8=";
   };
 
   nativeBuildInputs = [