guix-commits
[Top][All Lists]
Advanced

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

28/172: gnu: go-golang-org-x-term: Update to 0.24.0.


From: guix-commits
Subject: 28/172: gnu: go-golang-org-x-term: Update to 0.24.0.
Date: Tue, 5 Nov 2024 16:04:49 -0500 (EST)

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

commit 0912c7b1cead1daf230e8453d358f29b58fc1ac5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 21:21:44 2024 +0100

    gnu: go-golang-org-x-term: Update to 0.24.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.24.0.
    
    Change-Id: Ib4fab73d7bb7d214a71498ec2f287ee276d3ad5b
---
 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 7e9bd59e69..65a69cd954 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -620,7 +620,7 @@ support for low-level interaction with the operating 
system.")
 (define-public go-golang-org-x-term
   (package
     (name "go-golang-org-x-term")
-    (version "0.23.0")
+    (version "0.24.0")
     (source
      (origin
        (method git-fetch)
@@ -629,7 +629,7 @@ support for low-level interaction with the operating 
system.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pdv60bm4gfvgf98lyms92qm32zc4f4h4w1fagrhzllwflmsca8h"))))
+        (base32 "1sclnlbchqqlspm5l914xgs70yyjswarrrahkf8n44gkr2kbkw1x"))))
     (build-system go-build-system)
     (arguments '(#:import-path "golang.org/x/term"))
     (propagated-inputs



reply via email to

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