python3Packages.argh: 0.29.4 -> 0.30.4

https://github.com/neithere/argh/blob/v0.30.4/CHANGES
This commit is contained in:
Martin Weinelt 2023-12-02 23:59:44 +01:00
parent 077b0e3fbc
commit a7bd10f6f0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "argh"; pname = "argh";
version = "0.29.4"; version = "0.30.4";
format = "pyproject"; format = "pyproject";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-aVwK5FNCcMriaXhBtKVvQ0qZBpSgAmTqEOu7zcAsE/c="; hash = "sha256-n8qOacTa1PjSp7373YCwdURitTUQoD4bXPK0Oofm6WA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [