python310Packages.archinfo: 9.2.52 -> 9.2.53

This commit is contained in:
Fabian Affolter
2023-05-30 23:31:10 +02:00
parent a1b9aae0f8
commit 50c727ebf9
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "archinfo";
version = "9.2.52";
version = "9.2.53";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-cPlRbtesG7QWxoeBm8bPXkN5yZGwiSreM3zayLWerfE=";
hash = "sha256-DBUeT8E4acOHVuOmt1vlM9m3UeJwmybhZzG0Pvj5MgM=";
};
nativeBuildInputs = [