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-12 19:19:56 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-12 19:19:56 +0200
commit6ec941be105d69f2763cf6198e2a424998456cc2 (patch)
treeeb4a879b92e8a272c97db65203a301f29ed61a9a /pkgs/development/python-modules/cle/default.nix
parent04c828f215fb8c3c2c5ef03524cb32297e558169 (diff)
downloadnixpkgs-6ec941be105d69f2763cf6198e2a424998456cc2.tar
nixpkgs-6ec941be105d69f2763cf6198e2a424998456cc2.tar.gz
nixpkgs-6ec941be105d69f2763cf6198e2a424998456cc2.tar.bz2
nixpkgs-6ec941be105d69f2763cf6198e2a424998456cc2.tar.lz
nixpkgs-6ec941be105d69f2763cf6198e2a424998456cc2.tar.xz
nixpkgs-6ec941be105d69f2763cf6198e2a424998456cc2.tar.zst
nixpkgs-6ec941be105d69f2763cf6198e2a424998456cc2.zip
python311Packages.cle: 9.2.58 -> 9.2.59
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.58...v9.2.59
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 805af03ca71..834e2f54ac9 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.58";
+  version = "9.2.59";
 
   # 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-AtZnsrqd4/SXoqCIFGNSxBed9hehky8n/5Xfg5EREKg=";
+    hash = "sha256-EYNNNWfqvdrkEAMekY42yrHTgisBxmXbol/IwZ5x3o8=";
   };
 
   nativeBuildInputs = [