summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-12 19:14:21 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-26 19:55:47 +0200
commit5aa9c69ca6b8bd0d72d6ba72e8fcf4993e3d87e9 (patch)
tree95892c0e37f706d75ef00529197b49c8147288fc
parent6b8f85ca8577aa9afe010a8bda6190b8d70cb91c (diff)
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
-rw-r--r--gnu/packages/golang-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 52f3a2f289..41f6d4baa0 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -12222,7 +12222,7 @@ specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
(define-public go-github-com-leonelquinteros-gotext
(package
(name "go-github-com-leonelquinteros-gotext")
- (version "1.7.0")
+ (version "1.7.2")
(source
(origin
(method git-fetch)
@@ -12231,14 +12231,14 @@ specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ccls9xzbbrbrplbikz18lcky5p5rmifif6w69l5rl34dv11948m"))))
+ (base32 "098iizlr05xj16b2mxwpa8bmcfm3fnlhm8a13kdzmw9dz11jjsm9"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.23
#:import-path "github.com/leonelquinteros/gotext"))
(propagated-inputs
- (list go-golang-org-x-text
- go-golang-org-x-tools))
+ (list go-golang-org-x-tools))
(home-page "https://github.com/leonelquinteros/gotext")
(synopsis "GNU gettext utilities in Go")
(description