gnu: go-github-com-emersion-go-webdav: Update to 0.6.0.

* gnu/packages/golang-xyz.scm (go-github-com-emersion-go-webdav): Update to 0.6.0.
[arguments] <phases>: Use default 'check.

Change-Id: I6ac2b94516893fcce829624028569f0936b6c26d
This commit is contained in:
Sharlatan Hellseher 2025-09-15 00:09:00 +01:00
parent d98e9d0233
commit ab0b41a6d4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6707,7 +6707,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.5.0")
(version "0.6.0")
(source
(origin
(method git-fetch)
@ -6716,18 +6716,11 @@ 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 "1ay0x3c1frkj4z3j17s42yvf1hgmg8223qmsyr41yxwz88zsvjlj"))))
(base32 "0lqll59rvdlj0s014fjdn8brb9j9h59fmly744yfz6wxwdcp23g4"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/emersion/go-webdav"
#:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? import-path #:allow-other-keys)
(when tests?
(with-directory-excursion (string-append "src/" import-path)
(invoke "go" "test" "-v" "./..."))))))))
#:import-path "github.com/emersion/go-webdav"))
(propagated-inputs
(list go-github-com-emersion-go-ical
go-github-com-emersion-go-vcard))