guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: vdirsyncer: Update to 0.19.1.


From: guix-commits
Subject: 04/08: gnu: vdirsyncer: Update to 0.19.1.
Date: Wed, 8 Mar 2023 03:17:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d8ce5b1cd12d64373621035530aa6a378802579c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 8 08:55:20 2023 +0200

    gnu: vdirsyncer: Update to 0.19.1.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.19.1.
---
 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 317b5bf474..7eb62401e9 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, 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018, 2019, 2022, 2023 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>
@@ -122,13 +122,13 @@ efficient syncing
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.19.0")
+    (version "0.19.1")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "0995bavlv8s9j0127ncq3yzy5p72lam9qgpswyjfanc6l01q87lf"))))
+               "1bh3kz0d8g07xnlkb5l2fj6fdakqps1wviab6zv139x5b9rcfxma"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; The test suite is very flakey.



reply via email to

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