guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

29/172: gnu: go-golang-org-x-text: Update to 0.18.0.


From: guix-commits
Subject: 29/172: gnu: go-golang-org-x-text: Update to 0.18.0.
Date: Sat, 9 Nov 2024 16:44:49 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 42f88db23c3b4d25b5fad1261b18557943249d4b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 21:19:00 2024 +0100

    gnu: go-golang-org-x-text: Update to 0.18.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.18.0.
    
    Change-Id: I3a00af2d3392d1a3e20e95883e385a06f62d4c80
---
 gnu/packages/golang-build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 65a69cd954..8929aabdf2 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -643,7 +643,7 @@ terminals, as commonly found on Unix systems.")
 (define-public go-golang-org-x-text
   (package
     (name "go-golang-org-x-text")
-    (version "0.17.0")
+    (version "0.18.0")
     (source
      (origin
        (method git-fetch)
@@ -652,7 +652,7 @@ terminals, as commonly found on Unix systems.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jqvh4mmg3db2slh5z7fxdhkgazyld5l858rwnbpfxvfrw0k9w1h"))))
+        (base32 "1vxx2s1y1dmhiiv4cayrwf3ls4lbq22xkhl6xw3ls8jizribl5s9"))))
     (build-system go-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]