guix-commits
[Top][All Lists]
Advanced

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

09/10: radicale: Update to 1.1.6.


From: guix-commits
Subject: 09/10: radicale: Update to 1.1.6.
Date: Fri, 30 Nov 2018 01:23:02 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 045d77cc0f360d928f6be4cacfe58325c8e90d0c
Author: Eric Bavier <address@hidden>
Date:   Thu Nov 29 22:51:58 2018 -0600

    radicale: Update to 1.1.6.
    
    * gnu/packages/dav.scm (radicale): Update to 1.1.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 1a154ea..e937d59 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -30,13 +30,13 @@
 (define-public radicale
   (package
     (name "radicale")
-    (version "1.1.2")
+    (version "1.1.6")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "Radicale" version))
              (sha256
               (base32
-               "1g20p3998f46ywda7swv0py63wjbrhvk0nrafajlbb6wgzxjmqpb"))))
+               "0ay90nj6fmr2aq8imi0mbjl4m2rzq7a83ikj8qs9gxsylj71j1y0"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; The tests are not distributed in the PyPi release.



reply via email to

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