Skip to content

Commit fafef50

Browse files
authored
python312Packages.ical: 8.1.1 -> 8.2.0 (#341524)
2 parents f0557a4 + cf78535 commit fafef50

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 = "8.1.1";
20+
version = "8.2.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "allenporter";
2727
repo = "ical";
2828
rev = "refs/tags/${version}";
29-
hash = "sha256-b0laQRDATmx4401bJKkdHsfT9gpMff8vGaZJ9l8O7w4=";
29+
hash = "sha256-9mnyhDKcZTZAGRxojQN9I9ZAgBmsSSsBPzCMZO6Rl5k=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)