Unverified Commit 2141322c authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

radicale: 3.7.1 -> 3.7.2 (#514860)

parents 9b226c9b 18fc819a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

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

  src = fetchFromGitHub {
    owner = "Kozea";
    repo = "Radicale";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Zwu0xRXSeHmAS9c4TCArBPcE/lMdxn/OxxnmcDvtU/Q=";
    hash = "sha256-eZnm3mlG+HoqOXlKxv4UIdN99z04ty0qiwaJeNo3zEM=";
  };

  build-system = with python3.pkgs; [
@@ -27,7 +27,6 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
      defusedxml
      libpass
      vobject
      packaging
      pika
      requests
      ldap3