Skip to content

Commit e98805e

Browse files
authored
python313Packages.ical: 9.2.0 -> 9.2.1 (#406047)
2 parents 83835b2 + 8618258 commit e98805e

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)