Skip to content

Commit 3aa74c5

Browse files
committed
python313Packages.cle: 9.2.137 -> 9.2.138
Diff: angr/cle@refs/tags/v9.2.137...v9.2.138
1 parent 7d80f49 commit 3aa74c5

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.137";
19+
version = "9.2.138";
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-pvjxP237GUfWh5weGTtIH+RI/vzsg+L2xJvKNTh7ACE=";
26+
hash = "sha256-Dfo8JTTjq4JsMx3OjFn8G/3PBlLCRVRkEjJdEroSp/c=";
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-nWkzJZXvMj7Pj6A2RgWVZSkXazzmi+exirzYiCchkD8=";
40+
hash = "sha256-NVDLKA2BMgCB0k0LNPqYVIVWyiqdOHssIT/7Vx2/oWo=";
4141
};
4242

4343
build-system = [ setuptools ];

0 commit comments

Comments
 (0)