File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "ailment" ;
13- version = "9.2.153 " ;
13+ version = "9.2.154 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.11" ;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 owner = "angr" ;
2020 repo = "ailment" ;
2121 tag = "v${ version } " ;
22- hash = "sha256-CigfIFKoZu/mggPMLr5FTRvWqZ6ikP8701hDgck2I3o =" ;
22+ hash = "sha256-JjS+jYWrbErkb6uM0DtB5h2ht6ZMmiYOQL/Emm6wC5U =" ;
2323 } ;
2424
2525 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 3838
3939buildPythonPackage rec {
4040 pname = "angr" ;
41- version = "9.2.153 " ;
41+ version = "9.2.154 " ;
4242 pyproject = true ;
4343
4444 disabled = pythonOlder "3.11" ;
@@ -47,7 +47,7 @@ buildPythonPackage rec {
4747 owner = "angr" ;
4848 repo = "angr" ;
4949 tag = "v${ version } " ;
50- hash = "sha256-j/VcfsRrw8Et92olT5aKkpkaEZ7YksBCokQBziAKLvI =" ;
50+ hash = "sha256-aOgZXHk6GTWZAEraZQahEXUYs8LWAWv1n9GfX+2XTPU =" ;
5151 } ;
5252
5353 pythonRelaxDeps = [ "capstone" ] ;
Original file line number Diff line number Diff line change 1010
1111buildPythonPackage rec {
1212 pname = "archinfo" ;
13- version = "9.2.153 " ;
13+ version = "9.2.154 " ;
1414 pyproject = true ;
1515
1616 disabled = pythonOlder "3.12" ;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919 owner = "angr" ;
2020 repo = "archinfo" ;
2121 tag = "v${ version } " ;
22- hash = "sha256-FIr/A8dihHa2T+SQ4b+8Yk9h8ToCEkGGEMbzS/re5ao =" ;
22+ hash = "sha256-Vks7Rjd8x2zeHnJPs0laH56S4b8pnR1cK82SpK+XOgE =" ;
2323 } ;
2424
2525 build-system = [ setuptools ] ;
Original file line number Diff line number Diff line change 1414
1515buildPythonPackage rec {
1616 pname = "claripy" ;
17- version = "9.2.153 " ;
17+ version = "9.2.154 " ;
1818 pyproject = true ;
1919
2020 disabled = pythonOlder "3.11" ;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323 owner = "angr" ;
2424 repo = "claripy" ;
2525 tag = "v${ version } " ;
26- hash = "sha256-M3rUBZBA8WbvLU0VJb9H2pQU2PePBhqkpM6OsS20Uj4 =" ;
26+ hash = "sha256-90JX+VDWK/yKhuX6D8hbLxjIOS8vGKrN1PKR8iWjt2o =" ;
2727 } ;
2828
2929 # z3 does not provide a dist-info, so python-runtime-deps-check will fail
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 ] ;
Original file line number Diff line number Diff line change 1313
1414buildPythonPackage rec {
1515 pname = "pyvex" ;
16- version = "9.2.153 " ;
16+ version = "9.2.154 " ;
1717 pyproject = true ;
1818
1919 disabled = pythonOlder "3.11" ;
2020
2121 src = fetchPypi {
2222 inherit pname version ;
23- hash = "sha256-K0m8FFWIQP9qoKX6a5Wr+ZAB6+M8DDlEtPRJBHhS24M =" ;
23+ hash = "sha256-a3ei2w66v18QKAofpPvDUoM42zHRHPrNQic+FE+rLKY =" ;
2424 } ;
2525
2626 build-system = [ setuptools ] ;
You can’t perform that action at this time.
0 commit comments