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
This commit is contained in:
Sharlatan Hellseher 2025-01-08 21:18:58 +00:00
parent f8c591bbec
commit e0c73fcd65
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1221,7 +1221,7 @@ (define-public go-github-com-operatorfoundation-shapeshifter-transports
(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.5.0") (version "1.7.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1230,7 +1230,7 @@ (define-public go-github-com-leonelquinteros-gotext
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"15zjc7s1p29izagc84andzhnxw17763rax31jqvf9r5fzvlm0ccn")))) "0ccls9xzbbrbrplbikz18lcky5p5rmifif6w69l5rl34dv11948m"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/leonelquinteros/gotext")) '(#:import-path "github.com/leonelquinteros/gotext"))