python312Packages.cle: 9.2.125 -> 9.2.126

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.126...v9.2.126
This commit is contained in:
Fabian Affolter
2024-10-29 20:23:32 +01:00
parent 6c9b7d0b77
commit a50fa931cc

View File

@@ -18,14 +18,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.125";
version = "9.2.126";
# 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-22srtaY8CWT+XqnSZpMndBEVe20rDL+2LpJr9MByyLU=";
hash = "sha256-EgkYynllp/UGMRJmshQRpnMdwhdOkYHgoMlTiqdtZO0=";
};
in
buildPythonPackage rec {
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-Xe9tOt94kSKsP0Xc8K0OaeyiUKFUkujZt9AsamgKwBw=";
hash = "sha256-aOt5ba/F05FMiH+HpTVHOD2sfQY/yFoO9A90MZlF7So=";
};
build-system = [ setuptools ];