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

radicale: 3.6.0 -> 3.6.1 (#495091)

parents 1ab2f5ea ed29e3d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
    tzlocal
    click
    six
    urllib3
    vobject
  ];

+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "radicale";
  version = "3.6.0";
  version = "3.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Kozea";
    repo = "Radicale";
    tag = "v${finalAttrs.version}";
    hash = "sha256-FzCNmmlQeka+Z7h1Dp631coKPF7gc0LOWnyca994bgs=";
    hash = "sha256-NPebEqLSDsR+FSA3vM0k8JJ8ciIDaRs34z4DBvr5GOE=";
  };

  build-system = with python3.pkgs; [