python311Packages.cle: 9.2.63 -> 9.2.64

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.63...v9.2.64
This commit is contained in:
Fabian Affolter 2023-08-15 23:17:49 +02:00
parent 51fef5ce5e
commit f95cc9563f

View file

@ -16,7 +16,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.63";
version = "9.2.64";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-rCopCv7CPx04MYW1HkP0RP4NRZZlKtD4D8854FqIu10=";
hash = "sha256-wF3T8Kr09jqe4b/qctKXzFAnaTTtOkceHEoEN8J0mTs=";
};
nativeBuildInputs = [