python311Packages.archinfo: 9.2.82 -> 9.2.83

Diff: https://github.com/angr/archinfo/compare/refs/tags/v9.2.82...v9.2.83
This commit is contained in:
Fabian Affolter 2024-01-03 10:38:54 +01:00
parent b0e569c846
commit 95f5a98fa9

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.82";
version = "9.2.83";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-uK42wbP6zZFRR6JqHs3Ag5zsPT9JFyKviDRxLDa1QjY=";
hash = "sha256-vZajNUc+bgULs6bvX9g/VE3pJCvQUlPGD/h0FmLsLHE=";
};
nativeBuildInputs = [