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-15 15:09:51 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-15 15:09:51 +0100
commit55d5393cea647f919aa2533564f1d523696b6318 (patch)
tree0447f711ad40751d5e348b47272dad6abd78e283 /pkgs/development/python-modules/cle
parentd69eb90de768e86c7f31f8de301189ab5c779913 (diff)
downloadnixpkgs-55d5393cea647f919aa2533564f1d523696b6318.tar
nixpkgs-55d5393cea647f919aa2533564f1d523696b6318.tar.gz
nixpkgs-55d5393cea647f919aa2533564f1d523696b6318.tar.bz2
nixpkgs-55d5393cea647f919aa2533564f1d523696b6318.tar.lz
nixpkgs-55d5393cea647f919aa2533564f1d523696b6318.tar.xz
nixpkgs-55d5393cea647f919aa2533564f1d523696b6318.tar.zst
nixpkgs-55d5393cea647f919aa2533564f1d523696b6318.zip
python311Packages.cle: 9.2.76 -> 9.2.77
Diff: angr/cle@refs/tags/v9.2.76...v9.2.77
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 efc5c616819..6b56defb4cb 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.76";
+  version = "9.2.77";
 
   # 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-01Y4UKTkaO6bYtVTvv4KFzkEdj4qKiWKaC80/iKa/Eg=";
+    hash = "sha256-YPxdKwR+pq0S1B9GltE8r3bFWDPpCU8OQ05w+kp4lAs=";
   };
 
 in
@@ -38,7 +38,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = "cle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-uMT9LvDkXl3SueR80pgGJRkWbymDRmGEn8HV93K/VNc=";
+    hash = "sha256-tdfV+DoDcRO+8TjiBc0u1huA+etF4MY5uYj670lqudY=";
   };
 
   nativeBuildInputs = [