python311Packages.cle: 9.2.96 -> 9.2.97

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.96...v9.2.97
This commit is contained in:
Fabian Affolter 2024-04-03 10:56:50 +02:00
parent 4a755e8f7f
commit 0af71da007
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.2.8";
version = "9.2.9";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angrop";
rev = "refs/tags/v${version}";
hash = "sha256-zmWdGbFzwLDP7MUqEprZcIgA7lAdCrafWYohAehJyh0=";
hash = "sha256-T07Y23UDp9eL2DK5gakV8kPNGsXf+4EofZJDSW/JS1Q=";
};
build-system = [

View File

@ -17,14 +17,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.96";
version = "9.2.97";
# 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-eC9qQCrms4pSXYTrKJlfdejhl/kzUmmyfYhjlEPpgzA=";
hash = "sha256-FiPEqfNaAXI+xSWE+So//Uwz9k3bANHQ++nRSPKkddM=";
};
in
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-osClaoAzjf3mOng38disxxSFncbc/V7Uuc1HCTdX4SQ=";
hash = "sha256-tain1I7Td+0v7n+px3mQnz7reKZUbGYDWfKnDhvmU8I=";
};
build-system = [