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-08-15 23:17:49 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-15 23:17:49 +0200
commitf95cc9563f88f94eb232297861458b529345b862 (patch)
treefed45ac2588d4e65140441b4d444f912b445fe24 /pkgs/development/python-modules/cle
parent51fef5ce5e0f75d74112e1d8cba5762905b2e0a7 (diff)
downloadnixpkgs-f95cc9563f88f94eb232297861458b529345b862.tar
nixpkgs-f95cc9563f88f94eb232297861458b529345b862.tar.gz
nixpkgs-f95cc9563f88f94eb232297861458b529345b862.tar.bz2
nixpkgs-f95cc9563f88f94eb232297861458b529345b862.tar.lz
nixpkgs-f95cc9563f88f94eb232297861458b529345b862.tar.xz
nixpkgs-f95cc9563f88f94eb232297861458b529345b862.tar.zst
nixpkgs-f95cc9563f88f94eb232297861458b529345b862.zip
python311Packages.cle: 9.2.63 -> 9.2.64
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.63...v9.2.64
Diffstat (limited to 'pkgs/development/python-modules/cle')
-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 84f6b5f21cc..eb41a41e8eb 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.63";
+  version = "9.2.64";
 
   # 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-rCopCv7CPx04MYW1HkP0RP4NRZZlKtD4D8854FqIu10=";
+    hash = "sha256-wF3T8Kr09jqe4b/qctKXzFAnaTTtOkceHEoEN8J0mTs=";
   };
 
   nativeBuildInputs = [