guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: radicale: Update to 3.0.6.


From: guix-commits
Subject: 01/03: gnu: radicale: Update to 3.0.6.
Date: Sun, 27 Dec 2020 14:11:18 -0500 (EST)

jonsger pushed a commit to branch master
in repository guix.

commit 25aac383865b1139336aca923a4d436704c74a8c
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sat Dec 5 01:05:58 2020 +0100

    gnu: radicale: Update to 3.0.6.
    
    * gnu/packages/dav.scm (radicale): Update to 3.0.6.
---
 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 8692a49..9d18d94 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -39,7 +39,7 @@
 (define-public radicale
   (package
     (name "radicale")
-    (version "3.0.4")
+    (version "3.0.6")
     (source
      (origin
        ;; There are no tests in the PyPI tarball.
@@ -49,7 +49,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hj9mmhrj32mzhxlnjcfijb7768cyjsn603nalp54clgb2gkmvw8"))))
+        (base32 "1xlsvrmx6jhi71j6j8z9sli5vwxasivzjyqf8zq8r0l5p7350clf"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)



reply via email to

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