mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-go-uber-org-multierr: Update to 1.11.0.
* gnu/packages/golang-xyz.scm (go-go-uber-org-multierr): Update to 1.11.0. Change-Id: I9934b8b614d0a3d637cd182ed7de2e443f2342f6
This commit is contained in:
parent
a7d3b617d9
commit
90e1996ecc
1 changed files with 2 additions and 2 deletions
|
@ -11512,7 +11512,7 @@ applications out of reusable, composable modules.")
|
|||
(define-public go-go-uber-org-multierr
|
||||
(package
|
||||
(name "go-go-uber-org-multierr")
|
||||
(version "1.6.0")
|
||||
(version "1.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11521,7 +11521,7 @@ applications out of reusable, composable modules.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "162941s8f6a9x2w04qm4qa3zz0zylwag9149hywrj9ibp2nzcsqz"))))
|
||||
(base32 "1s6skad93nbsq4b0sy5dsgacrdh2kzg0p8wjlhvff49vasqsi3qx"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "go.uber.org/multierr"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue