mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: go-github-com-masterminds-goutils: Update to 1.1.1.
* gnu/packages/golang.scm (go-github-com-masterminds-goutils): Update to 1.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
26bca253b5
commit
dadb275ff8
1 changed files with 2 additions and 2 deletions
|
@ -6334,7 +6334,7 @@ (define-public go-github-com-surgebase-porter2
|
||||||
(define-public go-github-com-masterminds-goutils
|
(define-public go-github-com-masterminds-goutils
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-masterminds-goutils")
|
(name "go-github-com-masterminds-goutils")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -6343,7 +6343,7 @@ (define-public go-github-com-masterminds-goutils
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"180px47gj936qyk5bkv5mbbgiil9abdjq6kwkf7sq70vyi9mcfiq"))))
|
"09m4mbcdlv9ng3xcrmjlxi0niavby52y9nl2jhjnbx1xxpjw0jrh"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/Masterminds/goutils"))
|
`(#:import-path "github.com/Masterminds/goutils"))
|
||||||
|
|
Loading…
Reference in a new issue