mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-leonelquinteros-gotext: Update to 1.7.2.
* gnu/packages/golang-xyz.scm (go-github-com-leonelquinteros-gotext): Update to 1.7.2. [arguments] <go>: Use go-1.23. [propagated-inputs]: Remove go-golang-org-x-text. Change-Id: Ib2b9b2ee19ad07ec1a1a70bd4b4c1d856d055032
This commit is contained in:
parent
42cada0f70
commit
8f31e51949
1 changed files with 4 additions and 4 deletions
|
@ -12280,7 +12280,7 @@ specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
|
||||||
(define-public go-github-com-leonelquinteros-gotext
|
(define-public go-github-com-leonelquinteros-gotext
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-leonelquinteros-gotext")
|
(name "go-github-com-leonelquinteros-gotext")
|
||||||
(version "1.7.0")
|
(version "1.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12289,14 +12289,14 @@ specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
|
||||||
(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 "0ccls9xzbbrbrplbikz18lcky5p5rmifif6w69l5rl34dv11948m"))))
|
(base32 "098iizlr05xj16b2mxwpa8bmcfm3fnlhm8a13kdzmw9dz11jjsm9"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:import-path "github.com/leonelquinteros/gotext"))
|
#:import-path "github.com/leonelquinteros/gotext"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-text
|
(list go-golang-org-x-tools))
|
||||||
go-golang-org-x-tools))
|
|
||||||
(home-page "https://github.com/leonelquinteros/gotext")
|
(home-page "https://github.com/leonelquinteros/gotext")
|
||||||
(synopsis "GNU gettext utilities in Go")
|
(synopsis "GNU gettext utilities in Go")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue