python3Packages.cle: 9.0.10339 -> 9.0.10409

This commit is contained in:
Fabian Affolter
2021-11-03 11:13:36 +01:00
parent d77aade7bb
commit 376cd1647e
@@ -15,7 +15,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.0.10339";
version = "9.0.10409";
# 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-LbQyVWDgxXkltf4rx0KB/ek1grpN3ofqvWb4Bxty6AQ=";
sha256 = "sha256-LWzaLGsunHfz5OOWt6ii6+RFME13agsWN0GFkarFhRk=";
};
propagatedBuildInputs = [