guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41590] [PATCH 1/1] gnu: radicale: Update to 2.1.11.


From: Hamzeh Nasajpour
Subject: [bug#41590] [PATCH 1/1] gnu: radicale: Update to 2.1.11.
Date: Fri, 29 May 2020 11:22:36 +0430
User-agent: Cyrus-JMAP/3.3.0-dev0-504-g204cd6f-fm-20200527.002-g204cd6f2

* gnu/packages/dav.scm (radicale): Update to 2.1.11.
---
 gnu/packages/dav.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 1b837dfe40..a13c6e7af4 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -32,13 +32,13 @@
 (define-public radicale
   (package
     (name "radicale")
-    (version "1.1.6")
+    (version "2.1.11")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "Radicale" version))
              (sha256
               (base32
-               "0ay90nj6fmr2aq8imi0mbjl4m2rzq7a83ikj8qs9gxsylj71j1y0"))))
+               "1nx5szvjmk6znkfm8za6py6yq7h0s0j2wr8jm9s0y3p1db63y9q2"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; The tests are not distributed in the PyPi release.
-- 
2.26.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]