python310Packages.cle: 9.2.43 -> 9.2.44

This commit is contained in:
Fabian Affolter 2023-03-29 00:40:17 +02:00
parent 54ba8a534b
commit d7ff296ced

View File

@ -16,7 +16,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.43";
version = "9.2.44";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
@ -37,8 +37,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-GWChdbQRnoD6hRVONLcFNoW9vJO9iWKLnjd8xiA/7jI=";
rev = "refs/tags/v${version}";
hash = "sha256-yA7Wh+8ClPl+Eythk9i6cFZnFF481e/UkKMGzmZxdYA=";
};
nativeBuildInputs = [