Skip to content

Commit ce97fed

Browse files
authored
python3Packages.icalendar-searcher: 1.0.3 -> 1.0.4 (#492767)
2 parents 725e7d2 + ed3e462 commit ce97fed

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/icalendar-searcher

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/icalendar-searcher/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "icalendar-searcher";
15-
version = "1.0.3";
15+
version = "1.0.4";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "python-caldav";
2020
repo = "icalendar-searcher";
2121
tag = "v${version}";
22-
hash = "sha256-RwWm41+7AyoqwVGBaa+50ljUILJG5kCD4LMsULWjVEM=";
22+
hash = "sha256-CHW1++VHoTfNw5GkRfDDTERZGA/RJxc8iME8OPx1q/o=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)