python313Packages.cle: 9.2.139 -> 9.2.140

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.140...v9.2.140
This commit is contained in:
Fabian Affolter
2025-02-06 08:35:34 +01:00
parent ae9c8af447
commit efeabb9cb1
@@ -16,14 +16,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.139";
version = "9.2.140";
# 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-kd2IY/sIGUShzVfcIj/5QLVqygHH2zBtxe+Su6Q3bWw=";
hash = "sha256-H+2ZfSqbu4dsioQdIZxSQZW2Q6liqL114GgZgflSqqE=";
};
in
buildPythonPackage rec {
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-+ROjdm2SE65mtsTlwyS7scPD99KbizW/OtUvPnbe/VM=";
hash = "sha256-3z1cOaSO2XMA4h1U6N+PS+YnrS/ujGDDsZqTks1hu5w=";
};
build-system = [ setuptools ];