Skip to content

Commit 97e3168

Browse files
committed
python313Packages.archinfo: 9.2.153 -> 9.2.154
Diff: angr/archinfo@refs/tags/v9.2.153...refs/tags/v9.2.154
1 parent 397ce99 commit 97e3168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/archinfo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage 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 ];

0 commit comments

Comments
 (0)