File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/icalevents Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515buildPythonPackage rec {
1616 pname = "icalevents" ;
17- version = "0.2.0 " ;
17+ version = "0.2.1 " ;
1818 pyproject = true ;
1919
2020 disabled = pythonOlder "3.9" ;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323 owner = "jazzband" ;
2424 repo = "icalevents" ;
2525 tag = "v${ version } " ;
26- hash = "sha256-xIio+zJtIa0mM7aHFHm1QW36hww82h4A1YWaWUCxx14 =" ;
26+ hash = "sha256-X3FawNMKr419IJcBQZyDC+7bu4vcHOm8hLhVde1r50o =" ;
2727 } ;
2828
2929 build-system = [
@@ -51,7 +51,7 @@ buildPythonPackage rec {
5151 pythonImportsCheck = [ "icalevents" ] ;
5252
5353 meta = with lib ; {
54- changelog = "https://github.com/jazzband/icalevents/releases/tag/v ${ version } " ;
54+ changelog = "https://github.com/jazzband/icalevents/releases/tag/${ src . tag } " ;
5555 description = "Python module for iCal URL/file parsing and querying" ;
5656 homepage = "https://github.com/jazzband/icalevents" ;
5757 maintainers = with maintainers ; [ jamiemagee ] ;
You can’t perform that action at this time.
0 commit comments