guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit feebfcd469d52ff8a2b50969d67ff6ac00aaf841
Author: Sören Tempel <[email protected]>
AuthorDate: Tue Dec 30 12:26:43 2025 +0100

    gnu: go-github-com-emersion-go-webdav: Update to 0.7.0.
    
    * gnu/packages/golang-xyz.scm (go-github-com-emersion-go-webdav): Update to 
0.7.0.
    
    Change-Id: Ie403dbc0c811484f7355f867dd53c1f65a8ecb94
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 10b32cbc0e..19d2454c01 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7535,7 +7535,7 @@ specified in 
@url{https://datatracker.ietf.org/doc/html/rfc6350, RFC 6350}.")
 (define-public go-github-com-emersion-go-webdav
   (package
     (name "go-github-com-emersion-go-webdav")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -7544,7 +7544,7 @@ specified in 
@url{https://datatracker.ietf.org/doc/html/rfc6350, RFC 6350}.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0lqll59rvdlj0s014fjdn8brb9j9h59fmly744yfz6wxwdcp23g4"))))
+        (base32 "0by1clnwnnpqm0arg53p9s7kzf5lg9cld0jla4l7h83bnfsgpdn3"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to