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 725e7d2 + ed3e462 commit ce97fedCopy full SHA for ce97fed
pkgs/development/python-modules/icalendar-searcher/default.nix
@@ -12,14 +12,14 @@
12
13
buildPythonPackage rec {
14
pname = "icalendar-searcher";
15
- version = "1.0.3";
+ version = "1.0.4";
16
pyproject = true;
17
18
src = fetchFromGitHub {
19
owner = "python-caldav";
20
repo = "icalendar-searcher";
21
tag = "v${version}";
22
- hash = "sha256-RwWm41+7AyoqwVGBaa+50ljUILJG5kCD4LMsULWjVEM=";
+ hash = "sha256-CHW1++VHoTfNw5GkRfDDTERZGA/RJxc8iME8OPx1q/o=";
23
};
24
25
build-system = [
0 commit comments