Skip to content

Commit 5c1672f

Browse files
authored
python312Packages.rich-argparse: 1.6.0 -> 1.7.0 (NixOS#386920)
2 parents 457c1f1 + 9e6af31 commit 5c1672f

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/rich-argparse

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/rich-argparse/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "rich-argparse";
13-
version = "1.6.0";
13+
version = "1.7.0";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "hamdanal";
2020
repo = "rich-argparse";
2121
tag = "v${version}";
22-
hash = "sha256-ae++npgZ8jZazwARwlPw73uhpQ8IT+7OekNl2vfu4Z0=";
22+
hash = "sha256-XuRQeE9JrF4ym2H1ky1yH0fENnsWbL90vboQzTo23w0=";
2323
};
2424

2525
build-system = [ hatchling ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
3333
meta = with lib; {
3434
description = "Format argparse help output using rich";
3535
homepage = "https://github.com/hamdanal/rich-argparse";
36-
changelog = "https://github.com/hamdanal/rich-argparse/blob/v${version}/CHANGELOG.md";
36+
changelog = "https://github.com/hamdanal/rich-argparse/blob/${src.tag}/CHANGELOG.md";
3737
license = licenses.mit;
3838
maintainers = with maintainers; [ graham33 ];
3939
};

0 commit comments

Comments
 (0)