Skip to content

Commit 8618258

Browse files
committed
1 parent 677bab0 commit 8618258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "ical";
20-
version = "9.2.0";
20+
version = "9.2.1";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "allenporter";
2727
repo = "ical";
2828
tag = version;
29-
hash = "sha256-i3bfXdjTM3XLuTxxTV/qq+zDJvj8UVm2+8o1WbU8KLA=";
29+
hash = "sha256-kQWzvZrtdcOWP2Y1f6D4SdtEsDSAKidRdKJRBe+ORxQ=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)