python3Packages.cle: 9.0.10281 -> 9.0.10339

main
Fabian Affolter 3 years ago
parent ec44436429
commit d6db4892f1
  1. 4
      pkgs/development/python-modules/cle/default.nix

@ -15,7 +15,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.0.10281";
version = "9.0.10339";
# 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-BeFxak7cbRDjbxTjAlvXuh7ot0bS6xv3Z30c6PD+9nU=";
sha256 = "sha256-LbQyVWDgxXkltf4rx0KB/ek1grpN3ofqvWb4Bxty6AQ=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save