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-07-26 21:02:36 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-26 21:02:36 +0200
commit0b4e09d65edd406a57fce072741175f1dbb5ed22 (patch)
treed7985d9d25332de303621eaa7892975dc0750a0d /pkgs/development/python-modules/cle/default.nix
parent13226bc7f89784e677bab571c19243d3d1cb7583 (diff)
downloadnixpkgs-0b4e09d65edd406a57fce072741175f1dbb5ed22.tar
nixpkgs-0b4e09d65edd406a57fce072741175f1dbb5ed22.tar.gz
nixpkgs-0b4e09d65edd406a57fce072741175f1dbb5ed22.tar.bz2
nixpkgs-0b4e09d65edd406a57fce072741175f1dbb5ed22.tar.lz
nixpkgs-0b4e09d65edd406a57fce072741175f1dbb5ed22.tar.xz
nixpkgs-0b4e09d65edd406a57fce072741175f1dbb5ed22.tar.zst
nixpkgs-0b4e09d65edd406a57fce072741175f1dbb5ed22.zip
python311Packages.cle: 9.2.60 -> 9.2.61
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.60...v9.2.61
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 d02cf1d1e37..3435e20b65e 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.60";
+  version = "9.2.61";
 
   # 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-CpJiRcaZGM7AOzO1HqCmzWJAFhS2fHmSOJsRLs3VPFc=";
+    hash = "sha256-iAKHNVAtUdm+ZTk5nXejI7WdEV9sTjLnfZ4B6Wxzk18=";
   };
 
   nativeBuildInputs = [