python3Packages.cle: 9.0.10534 -> 9.0.10576

main
Fabian Affolter 3 years ago
parent 5e2d174698
commit 45546f91a7
  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.10534";
version = "9.0.10576";
# 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-edZC0pZf6A2lpqJDfpMeslLQQGEokq4B9qywgS7wLxo=";
sha256 = "sha256-ftaFISU37GcCFTybxV31PwUl2vrbKVm/S00Qo+pUxgo=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save