python313Packages.cle: 9.2.146 -> 9.2.147

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.146...v9.2.147
This commit is contained in:
Fabian Affolter
2025-03-22 17:56:03 +01:00
parent 52a5f2d5c4
commit b6ba93c348
@@ -17,14 +17,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.146";
version = "9.2.147";
# 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-VhUFGSCV8ldv42BKsYi40fz1VAqQrS6rsrrjLNY4VcU=";
hash = "sha256-Hj56jvyKceDCqYg+JdItxTKuE66ykhhSbYSUWCL5ux4=";
};
in
buildPythonPackage rec {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-zlgZm7ULEzrW40MZhZRMLshO7giutW+pUJpbTTom3t0=";
hash = "sha256-f4N97MFx/rfz1epFTbIQpPBGK+ioFRLZ99bINIbhktk=";
};
build-system = [ setuptools ];