1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: go-github-com-huandu-xstrings: Update to 1.5.0.

* gnu/packages/golang.scm (go-github-com-huandu-xstrings): Update to 1.5.0.

Change-Id: Ie4d00d39120a2235b28a216cd83eeec7493bc96d
This commit is contained in:
Sharlatan Hellseher 2024-12-28 15:43:52 +00:00
parent fa50eecf76
commit ae242ec9a9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4237,7 +4237,7 @@ of Java Apache Commons.")
(define-public go-github-com-huandu-xstrings
(package
(name "go-github-com-huandu-xstrings")
(version "1.3.2")
(version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4246,7 +4246,7 @@ of Java Apache Commons.")
(file-name (git-file-name name version))
(sha256
(base32
"0pwar6rc0fqb6pll38a44s81g5kb65vbg71jg5lx8caphjnikq5r"))))
"04z4xb22mi03a772f1si2fqwi5vn5584afzxas73jc6n6sppz0db"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/huandu/xstrings"))