guix-commits
[Top][All Lists]
Advanced

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

07/27: gnu: go-golang-org-x-text: Update to 0.17.0.


From: guix-commits
Subject: 07/27: gnu: go-golang-org-x-text: Update to 0.17.0.
Date: Sun, 11 Aug 2024 17:11:23 -0400 (EDT)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 38bd09cf26955de71b1563613a4c6eb5dddb401b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Aug 11 13:04:10 2024 +0100

    gnu: go-golang-org-x-text: Update to 0.17.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-text): Update to 0.17.0.
    
    Change-Id: I625120f30d1f8cc37f83610b65fe6af6f15ba828
---
 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 ffa7850288..4593456e1a 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -617,7 +617,7 @@ terminals, as commonly found on Unix systems.")
 (define-public go-golang-org-x-text
   (package
     (name "go-golang-org-x-text")
-    (version "0.16.0")
+    (version "0.17.0")
     (source
      (origin
        (method git-fetch)
@@ -626,7 +626,7 @@ terminals, as commonly found on Unix systems.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pmn0i1xbpwvzl4cdgmjqcsk9vckhqrq6699fnr9mkglh4xj3p7a"))))
+        (base32 "1jqvh4mmg3db2slh5z7fxdhkgazyld5l858rwnbpfxvfrw0k9w1h"))))
     (build-system go-build-system)
     (arguments
      (list



reply via email to

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