Unverified Commit ce97fed5 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.icalendar-searcher: 1.0.3 -> 1.0.4 (#492767)

parents 725e7d2b ed3e4626
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "icalendar-searcher";
  version = "1.0.3";
  version = "1.0.4";
  pyproject = true;

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

  build-system = [