summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-01-08 21:18:58 +0000
committerSharlatan Hellseher <[email protected]>2025-01-21 23:47:46 +0000
commit83669444a17e16b88514d4e20a9a1527ac4a9ce7 (patch)
tree929e597af6881152ff52665716e59a3c84aebf58 /gnu/packages
parent87f74d369208e2fa61b8975a9007c3ae6a3eeda5 (diff)
gnu: go-github-com-leonelquinteros-gotext: Update to 1.7.0.
* gnu/packages/golang.scm (go-github-com-leonelquinteros-gotext): Update to 1.7.0. Change-Id: I87903a3d0ee6330b174b0fce30aeb32129619588
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2b39193f94..ebaa7f18f3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1221,7 +1221,7 @@ networks where it would otherwise be blocked or heavily throttled.")
(define-public go-github-com-leonelquinteros-gotext
(package
(name "go-github-com-leonelquinteros-gotext")
- (version "1.5.0")
+ (version "1.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1230,7 +1230,7 @@ networks where it would otherwise be blocked or heavily throttled.")
(file-name (git-file-name name version))
(sha256
(base32
- "15zjc7s1p29izagc84andzhnxw17763rax31jqvf9r5fzvlm0ccn"))))
+ "0ccls9xzbbrbrplbikz18lcky5p5rmifif6w69l5rl34dv11948m"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/leonelquinteros/gotext"))