python310Packages.cle: 9.2.40 -> 9.2.41

This commit is contained in:
Fabian Affolter 2023-03-07 22:04:39 +01:00
parent dd974c57ac
commit 7e96ced3ea

View File

@ -16,7 +16,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.40";
version = "9.2.41";
# 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 = "v${version}";
hash = "sha256-xNVZzw5m8OZNoK2AcbaSOEbr7uTVcMI7HCgRqylayDo=";
hash = "sha256-v87ma0svBpVfx2SVLw8dx7HdOLQpNzjRwVj9yQs0bR8=";
};
nativeBuildInputs = [