about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-05-02 09:25:53 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-05-02 09:26:06 +0200
commit48e8171545268755233e50dc7997e44f7a35b616 (patch)
treee80e9a286ffda9b091ad74e4a6807beaed2b4810
parentc135819863ae412fa2195aacbd29145aad32645e (diff)
downloadnixlib-48e8171545268755233e50dc7997e44f7a35b616.tar
nixlib-48e8171545268755233e50dc7997e44f7a35b616.tar.gz
nixlib-48e8171545268755233e50dc7997e44f7a35b616.tar.bz2
nixlib-48e8171545268755233e50dc7997e44f7a35b616.tar.lz
nixlib-48e8171545268755233e50dc7997e44f7a35b616.tar.xz
nixlib-48e8171545268755233e50dc7997e44f7a35b616.tar.zst
nixlib-48e8171545268755233e50dc7997e44f7a35b616.zip
python312Packages.cle: 9.2.100 -> 9.2.101
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.100...v9.2.101
-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 61b1331ce666..4457c6586796 100644
--- a/pkgs/development/python-modules/cle/default.nix
+++ b/pkgs/development/python-modules/cle/default.nix
@@ -18,14 +18,14 @@
 
 let
   # The binaries are following the argr projects release cycle
-  version = "9.2.100";
+  version = "9.2.101";
 
   # 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-U6RX+7kkb7+eYLYrE6SdJfYyDnBdGm+P3Xa3EfQv6Fk=";
+    hash = "sha256-8uvhjxZOgMjE2csOxS+kUPeo/pswovBDOLp5w8d4JSk=";
   };
 in
 buildPythonPackage rec {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = "cle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-++4GakniGH6JrRfOZsrSb+JpEKa6q7MXCSe9nIoae2g=";
+    hash = "sha256-cG9j3cMDwjm2DGvvgJgYfigf5e/61HKWFudgezE2zz8=";
   };
 
   build-system = [ setuptools ];