File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/rich-argparse Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments