mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-multiformats-go-multiaddr: Update to 0.15.0.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr): Update to 0.15.0. Change-Id: I0b9ca53f91c4194311df1085b1f9d2bccd55d05d
This commit is contained in:
parent
fe818d6dea
commit
ae362e5115
1 changed files with 2 additions and 2 deletions
|
@ -7243,7 +7243,7 @@ function for formatting a Forwarded header.")
|
||||||
(define-public go-github-com-multiformats-go-multiaddr
|
(define-public go-github-com-multiformats-go-multiaddr
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-multiformats-go-multiaddr")
|
(name "go-github-com-multiformats-go-multiaddr")
|
||||||
(version "0.13.0")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7252,7 +7252,7 @@ function for formatting a Forwarded header.")
|
||||||
(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 "0029zjhndbisfsc2msd2h18pcw23rqvf40drkcf7nxic3y2vaff7"))))
|
(base32 "0rnq4b9vn6d0d9b6m0yqwdigrgidky3smrgnp5w8sfw523nk5dkl"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue