We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0557a4 + cf78535 commit fafef50Copy full SHA for fafef50
pkgs/development/python-modules/ical/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "ical";
20
- version = "8.1.1";
+ version = "8.2.0";
21
pyproject = true;
22
23
disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "allenporter";
27
repo = "ical";
28
rev = "refs/tags/${version}";
29
- hash = "sha256-b0laQRDATmx4401bJKkdHsfT9gpMff8vGaZJ9l8O7w4=";
+ hash = "sha256-9mnyhDKcZTZAGRxojQN9I9ZAgBmsSSsBPzCMZO6Rl5k=";
30
};
31
32
build-system = [ setuptools ];
0 commit comments