Skip to content

Commit 1a4a32b

Browse files
committed
python313Packages.cle: 9.2.153 -> 9.2.154
1 parent c7d5191 commit 1a4a32b

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
@@ -17,14 +17,14 @@
1717

1818
let
1919
# The binaries are following the argr projects release cycle
20-
version = "9.2.153";
20+
version = "9.2.154";
2121

2222
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
2323
binaries = fetchFromGitHub {
2424
owner = "angr";
2525
repo = "binaries";
2626
rev = "refs/tags/v${version}";
27-
hash = "sha256-KvCYnvyFjQdGeNe89ylTDkYrs7RhSeT5RcTRvg9BsQE=";
27+
hash = "sha256-XXJBySIT3ylK1nd3suP2bq4bVSVah/1XhOmkEONbCoY=";
2828
};
2929
in
3030
buildPythonPackage rec {
@@ -38,7 +38,7 @@ buildPythonPackage rec {
3838
owner = "angr";
3939
repo = "cle";
4040
rev = "refs/tags/v${version}";
41-
hash = "sha256-MHQZfRmtq3kueJWOGX06B7W3LLyLReuUcb0D1dy7DMQ=";
41+
hash = "sha256-rWbZzm5hWi/C+te8zeQChxqYHO0S795tJ6Znocq9TTs=";
4242
};
4343

4444
build-system = [ setuptools ];

0 commit comments

Comments
 (0)