Skip to content

Commit

Permalink
python310Packages.cle: 9.2.18 -> 9.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 21, 2022
1 parent 9c8760f commit dd5bce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

let
# The binaries are following the argr projects release cycle
version = "9.2.18";
version = "9.2.19";

# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
Expand All @@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-hg6G07rSPRFGBaJdJduDqb7BVGt/sZtCA4I0Hhl4wfw=";
hash = "sha256-uwCSgq7l5VByN1YPuqdnvj2ImV/rb8Xn7dz1p7EvrdQ=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit dd5bce0

Please sign in to comment.