python311Packages.cle: 9.2.97 -> 9.2.98

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.97...v9.2.98
This commit is contained in:
Fabian Affolter 2024-04-09 23:01:50 +02:00
parent 3c9f185697
commit 7c4922897e
1 changed files with 3 additions and 3 deletions

View File

@ -17,14 +17,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.97";
version = "9.2.98";
# 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-FiPEqfNaAXI+xSWE+So//Uwz9k3bANHQ++nRSPKkddM=";
hash = "sha256-hnYMAgEnDHXg1jUrzhLWuun+Gv+2xnd4Da6OC9IGa2Q=";
};
in
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-tain1I7Td+0v7n+px3mQnz7reKZUbGYDWfKnDhvmU8I=";
hash = "sha256-6gJKhyjKBgtSwGk5lqkaQVxe0ZC5WHVIYQMeREfz9A0=";
};
build-system = [