lol

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

python310Packages.argh: 0.28.1 -> 0.29.3

authored by

OTABI Tomoya and committed by
GitHub
edf1bafa 0262c1b3

+2 -2
+2 -2
pkgs/development/python-modules/argh/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "argh"; 13 - version = "0.28.1"; 13 + version = "0.29.3"; 14 14 format = "pyproject"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-sgkwhvDoCaPswktkohRTCe6PVtA0k2zVnlfFWKNXMp0="; 18 + hash = "sha256-WOQ4zpFpqqLm3hR+POs0zqz+JlVqIwb1Di1G9Sd5rLE="; 19 19 }; 20 20 21 21 nativeBuildInputs = [