python311Packages.rich-argparse: 1.4.0 -> 1.5.1

This commit is contained in:
Xelden
2024-06-07 01:26:35 -05:00
parent 1826895dfc
commit ae7ffcf742
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "rich-argparse";
version = "1.4.0";
version = "1.5.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "hamdanal";
repo = "rich-argparse";
rev = "refs/tags/v${version}";
hash = "sha256-iQ8x8UM0zmb2qYUpSh6RSEaBMrDpwY0ZHaJ9GJqn4Hs=";
hash = "sha256-NcsEGImUAqwZI6Ga3UIqnoELvz6WRKyVqGkR4jPIKPI=";
};
propagatedBuildInputs = [