Skip to content

Commit 7aa7ad4

Browse files
committed
1 parent 6d1e731 commit 7aa7ad4

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.0.1";
20+
version = "9.0.2";
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-VaFzN/Yzo0Ad1vsuZJ4P8+WWH+GtPJGOz3PWum8rLww=";
29+
hash = "sha256-+kks/RZ0Wc40WCr2gdZ14Rr8y92NtEluPFJi3wwut64=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)