python310Packages.rich-argparse: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2023-11-11 15:10:55 +00:00
parent 51c7e38b94
commit a768cb9a38
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "rich-argparse";
version = "1.3.0";
version = "1.4.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "hamdanal";
repo = "rich-argparse";
rev = "v${version}";
hash = "sha256-WAqFhH9gUwDZuORJ++fKjCmaCurdYpep3WPq68tWJ4U=";
rev = "refs/tags/v${version}";
hash = "sha256-iQ8x8UM0zmb2qYUpSh6RSEaBMrDpwY0ZHaJ9GJqn4Hs=";
};
propagatedBuildInputs = [