python3Packages.cle: 9.0.10159 -> 9.0.10281

This commit is contained in:
Fabian Affolter
2021-10-20 08:44:12 +02:00
parent f6bddcddf6
commit ff6cea9f2d
@@ -15,7 +15,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.0.10159";
version = "9.0.10281";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-DkddaVmSIQToF5b7uj+96vCSZU0cJdfqIDSwDIFEEyI=";
sha256 = "sha256-BeFxak7cbRDjbxTjAlvXuh7ot0bS6xv3Z30c6PD+9nU=";
};
propagatedBuildInputs = [