Merge pull request #259596 from r-ryantm/auto-update/python310Packages.argh

python310Packages.argh: 0.29.3 -> 0.29.4
This commit is contained in:
Nick Cao 2023-10-07 12:44:47 -04:00 committed by GitHub
commit 51d19784a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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