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

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6dd2193879 gnu: vdirsyncer: Update to 0.19.3.
6dd2193879 is described below

commit 6dd219387940ba02db02cc81b35cd7437c108287
Author: jgart <[email protected]>
AuthorDate: Tue Jan 21 13:47:35 2025 -0600

    gnu: vdirsyncer: Update to 0.19.3.
    
    * gnu/packages/dav.scm (vdirsyncer): Update to 0.19.3.
    
    Change-Id: I518d83d28f9e302d19e334169762398a78d234f3
---
 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 ec76181bb9..546118055f 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.2")
+    (version "0.19.3")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri name version))
              (sha256
               (base32
-               "1fl21m10ghrpmkqa12g0qri99cxk9879pkb60jd4b4w2mgp8q1gx"))))
+               "13xjzqphj0v611b9kqgp0c5rn46xysf8ykv58hsyqpcqxcgqadz4"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to