Skip to content

Commit 9ea79e7

Browse files
authored
python312Packages.icalevents: 0.2.0 -> 0.2.1 (#385414)
2 parents 9c9e6f0 + 721405a commit 9ea79e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/icalevents/default.nix

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

1515
buildPythonPackage 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 ];

0 commit comments

Comments
 (0)