guix-commits
[Top][All Lists]
Advanced

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

05/31: gnu: vdirsyncer: Update to 0.19.2.


From: guix-commits
Subject: 05/31: gnu: vdirsyncer: Update to 0.19.2.
Date: Mon, 17 Jul 2023 11:37:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a4a47b49c88c84ec6e06c070af3ff815990c0345
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    gnu: vdirsyncer: Update to 0.19.2.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.19.2.
---
 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 7eb62401e9..3f865ac0b3 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -122,13 +122,13 @@ efficient syncing
 (define-public vdirsyncer
   (package
     (name "vdirsyncer")
-    (version "0.19.1")
+    (version "0.19.2")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "1bh3kz0d8g07xnlkb5l2fj6fdakqps1wviab6zv139x5b9rcfxma"))))
+               "1fl21m10ghrpmkqa12g0qri99cxk9879pkb60jd4b4w2mgp8q1gx"))))
     (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]