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.13.0.
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr): Update to 0.13.0. Change-Id: I8d7a417f9b85f5aa89e362d9f95bd7d18ecc4d2b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9e80661fb0
commit
8fd029570d
1 changed files with 2 additions and 2 deletions
|
@ -3442,7 +3442,7 @@ options.")
|
||||||
(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.12.3")
|
(version "0.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3451,7 +3451,7 @@ options.")
|
||||||
(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 "1rn02yn7494r7ayn585bbsddprbn8wdccxs4n2k5dmll4dyd39mp"))))
|
(base32 "0029zjhndbisfsc2msd2h18pcw23rqvf40drkcf7nxic3y2vaff7"))))
|
||||||
(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