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-08-30 10:47:59 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-30 10:47:59 +0200
commitfcab6fc2aca6d8b5a636419493eaededf89fcab3 (patch)
tree003f6f69cfe290f60be6993a43b0444622d3fd87 /pkgs/development/python-modules/cle/default.nix
parent84771d33c0f7ee135695b538603ff1218ab76d14 (diff)
downloadnixpkgs-fcab6fc2aca6d8b5a636419493eaededf89fcab3.tar
nixpkgs-fcab6fc2aca6d8b5a636419493eaededf89fcab3.tar.gz
nixpkgs-fcab6fc2aca6d8b5a636419493eaededf89fcab3.tar.bz2
nixpkgs-fcab6fc2aca6d8b5a636419493eaededf89fcab3.tar.lz
nixpkgs-fcab6fc2aca6d8b5a636419493eaededf89fcab3.tar.xz
nixpkgs-fcab6fc2aca6d8b5a636419493eaededf89fcab3.tar.zst
nixpkgs-fcab6fc2aca6d8b5a636419493eaededf89fcab3.zip
python311Packages.cle: 9.2.65 -> 9.2.66
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.65...v9.2.66
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 cfca0e49e37..db2fdf9e671 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.65";
+  version = "9.2.66";
 
   # 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 = "refs/tags/v${version}";
-    hash = "sha256-reJRy2KNk4YrkPkVH7eitMVS7V9MPTZNjo9+Wmgx5vQ=";
+    hash = "sha256-/LDVpw1Ej2YuzwA2qUoZv/ajQZPL9dDvvawj9r5bGbo=";
   };
 
   nativeBuildInputs = [