File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/cle Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818let
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 } ;
2929in
3030buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments