mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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 <sharlatanus@gmail.com>
This commit is contained in:
parent
a20e839424
commit
feebfcd469
1 changed files with 2 additions and 2 deletions
|
|
@ -7535,7 +7535,7 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc6350, RFC 6350}.")
|
||||||
(define-public go-github-com-emersion-go-webdav
|
(define-public go-github-com-emersion-go-webdav
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emersion-go-webdav")
|
(name "go-github-com-emersion-go-webdav")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -7544,7 +7544,7 @@ specified in @url{https://datatracker.ietf.org/doc/html/rfc6350, RFC 6350}.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lqll59rvdlj0s014fjdn8brb9j9h59fmly744yfz6wxwdcp23g4"))))
|
(base32 "0by1clnwnnpqm0arg53p9s7kzf5lg9cld0jla4l7h83bnfsgpdn3"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue