guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: radicale: Update to 3.1.7.


From: guix-commits
Subject: branch master updated: gnu: radicale: Update to 3.1.7.
Date: Thu, 07 Jul 2022 07:47:02 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4ddf903872 gnu: radicale: Update to 3.1.7.
4ddf903872 is described below

commit 4ddf903872dce121ace3f4d5102dac50b0924a96
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 7 14:34:40 2022 +0300

    gnu: radicale: Update to 3.1.7.
    
    * gnu/packages/dav.scm (radicale): Update to 3.1.7.
---
 gnu/packages/dav.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 995a7b50d5..9a336b381e 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018, 2019, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2021 Tanguy Le Carrour <tanguy@bioneland.org>
@@ -42,7 +42,7 @@
 (define-public radicale
   (package
     (name "radicale")
-    (version "3.1.5")
+    (version "3.1.7")
     (source
      (origin
        ;; There are no tests in the PyPI tarball.
@@ -52,7 +52,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wg0dg5bq221c6mj6fq53x82w0hb5hyyi8dqxkf6qnhf99bx8qrw"))))
+        (base32 "1mv1w9qazbis9ir5shr1ybsfn4cxd3rmxa3ns6kbk23yramlzwhg"))))
     (build-system python-build-system)
     (arguments
       (list



reply via email to

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