python3Packages.cle: 9.0.9506 -> 9.0.9572

launchpad/nixpkgs/master
Fabian Affolter 3 years ago
parent 2e7186a71c
commit 2aacbf4269
  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.9506";
version = "9.0.9572";
# 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-jTVccnCRqsp3EBl/RSKWVekAOsGhRvdIJxRyYV2gI4Q=";
sha256 = "sha256-b1LMHeaQqz0fNleRlME0kgSYZGGXBhFKCp0iRr/2A7c=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save