From 7bb3efea618080491ec90cf28c04ac594826db8c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 2 Jun 2024 09:12:47 +0200 Subject: [PATCH] python312Packages.cle: 9.2.103 -> 9.2.104 Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.103...v9.2.104 --- pkgs/development/python-modules/cle/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/cle/default.nix b/pkgs/development/python-modules/cle/default.nix index 33a4bd514778..dc49f346f19d 100644 --- a/pkgs/development/python-modules/cle/default.nix +++ b/pkgs/development/python-modules/cle/default.nix @@ -2,6 +2,7 @@ lib, archinfo, buildPythonPackage, + cart, cffi, fetchFromGitHub, minidump, @@ -18,14 +19,14 @@ let # The binaries are following the argr projects release cycle - version = "9.2.103"; + version = "9.2.104"; # 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-SPBco+1UKe9ra8eauBmsyS/0F9wxb8r/xhPWP9N1Nck="; + hash = "sha256-5Rs7MMU1/5VwG9ZbLO07GggEHZA9zHK8LZEId6hTa9Q="; }; in buildPythonPackage rec { @@ -39,13 +40,14 @@ buildPythonPackage rec { owner = "angr"; repo = "cle"; rev = "refs/tags/v${version}"; - hash = "sha256-fUE0hfrIQrYCMH7txKvq8tsGhJIAXc+66JmcqQHg4J4="; + hash = "sha256-8jfXqv69IkqzeMW61ZMIjtvYMZezDcKgnRaVQEfhh0I="; }; build-system = [ setuptools ]; dependencies = [ archinfo + cart cffi minidump pefile