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:
Sharlatan Hellseher 2025-06-10 20:36:20 +01:00
parent fe818d6dea
commit ae362e5115
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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