Skip to content

Commit f92a979

Browse files
committed
python313Packages.cle: 9.2.136 -> 9.2.137
Diff: angr/cle@refs/tags/v9.2.136...v9.2.137
1 parent 1cc6743 commit f92a979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/cle/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
let
1818
# The binaries are following the argr projects release cycle
19-
version = "9.2.136";
19+
version = "9.2.137";
2020

2121
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
2222
binaries = fetchFromGitHub {
2323
owner = "angr";
2424
repo = "binaries";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-fdDQtHmCAC+b0Oyd2DEUOCOHOaGjQO46hCfXYcBRlYI=";
26+
hash = "sha256-pvjxP237GUfWh5weGTtIH+RI/vzsg+L2xJvKNTh7ACE=";
2727
};
2828
in
2929
buildPythonPackage rec {
@@ -37,7 +37,7 @@ buildPythonPackage rec {
3737
owner = "angr";
3838
repo = "cle";
3939
rev = "refs/tags/v${version}";
40-
hash = "sha256-FrfGCDqB9uFhGxptuOMFiMUnII2gEhCvLgf/Nr3Gpik=";
40+
hash = "sha256-nWkzJZXvMj7Pj6A2RgWVZSkXazzmi+exirzYiCchkD8=";
4141
};
4242

4343
build-system = [ setuptools ];

0 commit comments

Comments
 (0)