~ruther/guix-local

339142103bad90090ba0cd6c5dcd0f9a1a95b88d — Sharlatan Hellseher 5 months ago 72ba411
gnu: go-golang-org-x-text: Update to 0.30.0.

* gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.30.0.

Change-Id: Ia58d4364950b25ddc822700eda2ffb1c822ab386
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/golang-build.scm
M gnu/packages/golang-build.scm => gnu/packages/golang-build.scm +2 -2
@@ 1167,7 1167,7 @@ terminals, as commonly found on Unix systems.")
(define-public go-golang-org-x-text
  (package
    (name "go-golang-org-x-text")
    (version "0.25.0")
    (version "0.30.0")
    (source
     (origin
       (method git-fetch)


@@ 1176,7 1176,7 @@ terminals, as commonly found on Unix systems.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1r9532ml0psfby89agf20q23qzwfikhydl8q77ad5y73xvdx89lf"))))
        (base32 "0pgpfzk86wqf6k2fbrxa80pz1jx6y4dfr4dr26pwsw6j7l3s5pby"))))
    (build-system go-build-system)
    (arguments
     (list