python312Packages.cle: 9.2.133 -> 9.2.134

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.133...v9.2.134
This commit is contained in:
Fabian Affolter
2024-12-25 09:36:15 +01:00
parent 088b668f2c
commit d69ae91df2
@@ -16,14 +16,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.133";
version = "9.2.134";
# 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-+vAD9XvqV45wf7sf+VuhTbw2gFeJra5gBptfg8r8e8U=";
hash = "sha256-2C4vA8lRLLcfwqGoQ3dqV1kGGtlKx2sgSOKy1QqsEVY=";
};
in
buildPythonPackage rec {
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-R57Qd04/xtDW7/WDcZpOhkYOBCSmBNq2Bn3BYDfjseA=";
hash = "sha256-0txid9qiNMEBemSphwok5Gkk3NJvzWSIlvrqFnre5TA=";
};
build-system = [ setuptools ];