Skip to content

Commit 066ed9a

Browse files
r-ryantmerictapen
authored andcommitted
open-web-calendar: 1.48 -> 1.49
1 parent c96dc19 commit 066ed9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/open-web-calendar/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ let
1212
in
1313
python.pkgs.buildPythonApplication rec {
1414
pname = "open-web-calendar";
15-
version = "1.48";
15+
version = "1.49";
1616
pyproject = true;
1717

1818
disabled = python.pythonOlder "3.9";
1919

2020
src = fetchPypi {
2121
inherit version;
2222
pname = "open_web_calendar";
23-
hash = "sha256-SSe5vkrfTpUFdSLglBxo5//VZfuXYnWs5sUKJL2zWOw=";
23+
hash = "sha256-vtmIqiF85zn8CiMUWsCKJUzfiiK/j+xlZIyuIMGxR4I=";
2424
};
2525

2626
# The Pypi tarball doesn't contain open_web_calendars/features

0 commit comments

Comments
 (0)