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-10-17 23:03:43 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-17 23:03:43 +0200
commitdafdec6027347d0b9ae7fee932ab3bc47f428d7b (patch)
tree54f243cd03a18948394782ac2c0d4c031109dc34 /pkgs/development/python-modules/cle
parent951c26f53b076d4ad15ed64c54bb319903a8df93 (diff)
downloadnixpkgs-dafdec6027347d0b9ae7fee932ab3bc47f428d7b.tar
nixpkgs-dafdec6027347d0b9ae7fee932ab3bc47f428d7b.tar.gz
nixpkgs-dafdec6027347d0b9ae7fee932ab3bc47f428d7b.tar.bz2
nixpkgs-dafdec6027347d0b9ae7fee932ab3bc47f428d7b.tar.lz
nixpkgs-dafdec6027347d0b9ae7fee932ab3bc47f428d7b.tar.xz
nixpkgs-dafdec6027347d0b9ae7fee932ab3bc47f428d7b.tar.zst
nixpkgs-dafdec6027347d0b9ae7fee932ab3bc47f428d7b.zip
python311Packages.cle: 9.2.72 -> 9.2.73
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.72...v9.2.73
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 65327f9c20f..73dccd704f9 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.72";
+  version = "9.2.73";
 
   # 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-AUa3XejHasEattUh3m/BGwyp+qnvSASz+DZsTnlTuns=";
+    hash = "sha256-AUa2XejHasEattUh3m/BGwyp+qnvSASz+DZsTnlTuns=";
   };
 
 in
@@ -38,7 +38,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = "cle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Zmontxj0RdFrVh0v2209TSpyoEe3jJsS/WvR6h1HE10=";
+    hash = "sha256-IBqNr5ILPzsRLSf7tsu/oTXXOnMPon6LrMnUq4i6oDA=";
   };
 
   nativeBuildInputs = [