python310Packages.argh: 0.28.1 -> 0.29.3

This commit is contained in:
R. Ryantm 2023-09-12 08:11:45 +00:00
parent 79aa627be6
commit e9f27ac160

View file

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