python312Packages.cle: 9.2.107 -> 9.2.108

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.108...v9.2.108
This commit is contained in:
Fabian Affolter 2024-06-26 20:05:40 +02:00
parent 34e7c4c54f
commit 8a2bc3a140

View File

@ -19,14 +19,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.107";
version = "9.2.108";
# 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-7b3kjPoaJ9z1wdz125XsD0hj5FXj9DmUt8Hpqd/AjKs=";
hash = "sha256-d3Hs3k7PmOZqvLoiHD9HctaEHHOafCefjUcKGBPIiHU=";
};
in
buildPythonPackage rec {
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-0dfnp0sIxO4Ln20c57Wb9B0E987v+xhrX53yriC+Qy0=";
hash = "sha256-3zzTH6WKAavB/lkLBastOdeKegO8IyKRGN7k2vnX5WA=";
};
build-system = [ setuptools ];