summary refs log tree commit diff
path: root/pkgs/development/python-modules/cle
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-08 08:18:45 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-08 08:18:58 +0100
commit4ae0d0de0d595e7fecda00957ca3f37c1db6a432 (patch)
tree98f10a6aa57d1b74efe7f526bb1a88723cdb5e56 /pkgs/development/python-modules/cle
parentc8c43c7ac923dbebe73d56a2c787f10a9ca83023 (diff)
downloadnixpkgs-4ae0d0de0d595e7fecda00957ca3f37c1db6a432.tar
nixpkgs-4ae0d0de0d595e7fecda00957ca3f37c1db6a432.tar.gz
nixpkgs-4ae0d0de0d595e7fecda00957ca3f37c1db6a432.tar.bz2
nixpkgs-4ae0d0de0d595e7fecda00957ca3f37c1db6a432.tar.lz
nixpkgs-4ae0d0de0d595e7fecda00957ca3f37c1db6a432.tar.xz
nixpkgs-4ae0d0de0d595e7fecda00957ca3f37c1db6a432.tar.zst
nixpkgs-4ae0d0de0d595e7fecda00957ca3f37c1db6a432.zip
python311Packages.cle: 9.2.75 -> 9.2.76
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.76...v9.2.76
Diffstat (limited to 'pkgs/development/python-modules/cle')
-rw-r--r--pkgs/development/python-modules/cle/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/cle/default.nix b/pkgs/development/python-modules/cle/default.nix
index 3f4e7addb77..efc5c616819 100644
--- a/pkgs/development/python-modules/cle/default.nix
+++ b/pkgs/development/python-modules/cle/default.nix
@@ -16,14 +16,14 @@
 
 let
   # The binaries are following the argr projects release cycle
-  version = "9.2.75";
+  version = "9.2.76";
 
   # Binary files from https://github.com/angr/binaries (only used for testing and only here)
   binaries = fetchFromGitHub {
     owner = "angr";
     repo = "binaries";
     rev = "refs/tags/v${version}";
-    hash = "sha256-xiYkXC3/JPgXJ23ISl0LVrdm368hDPCG5NqQM6lDXf4=";
+    hash = "sha256-01Y4UKTkaO6bYtVTvv4KFzkEdj4qKiWKaC80/iKa/Eg=";
   };
 
 in
@@ -38,7 +38,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = "cle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-F2kgEffFWK7i1BgU5ulsNJitGcGcEziYRU+y86wKgXU=";
+    hash = "sha256-uMT9LvDkXl3SueR80pgGJRkWbymDRmGEn8HV93K/VNc=";
   };
 
   nativeBuildInputs = [