We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96dc19 commit 066ed9aCopy full SHA for 066ed9a
pkgs/by-name/op/open-web-calendar/package.nix
@@ -12,15 +12,15 @@ let
12
in
13
python.pkgs.buildPythonApplication rec {
14
pname = "open-web-calendar";
15
- version = "1.48";
+ version = "1.49";
16
pyproject = true;
17
18
disabled = python.pythonOlder "3.9";
19
20
src = fetchPypi {
21
inherit version;
22
pname = "open_web_calendar";
23
- hash = "sha256-SSe5vkrfTpUFdSLglBxo5//VZfuXYnWs5sUKJL2zWOw=";
+ hash = "sha256-vtmIqiF85zn8CiMUWsCKJUzfiiK/j+xlZIyuIMGxR4I=";
24
};
25
26
# The Pypi tarball doesn't contain open_web_calendars/features
0 commit comments