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 1616
1717let
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 } ;
2828in
2929buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments