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-07-19 10:40:41 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-19 10:40:41 +0200
commitd9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9 (patch)
tree6b8eca259be87cf34058be2898c80b3e74fdeb41 /pkgs/development/python-modules/cle
parent2a5b15da30c6155dc914cdfd4edf43a604ecb6d6 (diff)
downloadnixpkgs-d9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9.tar
nixpkgs-d9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9.tar.gz
nixpkgs-d9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9.tar.bz2
nixpkgs-d9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9.tar.lz
nixpkgs-d9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9.tar.xz
nixpkgs-d9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9.tar.zst
nixpkgs-d9ab7c6c1552d1e0b92c36083bee892a3d2ae5b9.zip
python311Packages.cle: 9.2.59 -> 9.2.60
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.59...v9.2.60
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 834e2f54ac9..d02cf1d1e37 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.59";
+  version = "9.2.60";
 
   # 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-EYNNNWfqvdrkEAMekY42yrHTgisBxmXbol/IwZ5x3o8=";
+    hash = "sha256-CpJiRcaZGM7AOzO1HqCmzWJAFhS2fHmSOJsRLs3VPFc=";
   };
 
   nativeBuildInputs = [