guix-patches
[Top][All Lists]
Advanced

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

[bug#62564] [PATCH v2 3/6] gnu: go-golang-org-x-term: Update to 0.3.0.


From: Nicolas Graves
Subject: [bug#62564] [PATCH v2 3/6] gnu: go-golang-org-x-term: Update to 0.3.0.
Date: Fri, 31 Mar 2023 20:11:48 +0200

* gnu/packages/golang.scm (go-golang-org-x-term): Update to 0.3.0.
---
 gnu/packages/golang.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b25d8652a9..bb69fa41a3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10607,17 +10607,17 @@ (define-public go-lukechampine-com-blake3
 (define-public go-golang-org-x-term
   (package
     (name "go-golang-org-x-term")
-    (version "0.0.0-20210615171337-6886f2dfbf5b")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://go.googlesource.com/term";)
-             (commit (go-version->git-ref version))))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0661w7dp2ak1k4ii90v6chw2x8a6g4sc5j0ba58qlplaj4k5l0xs"))))
+         "16s3d62fgdhiqvcib61s5pwxp08hhrmzx8bdv5zk1w1krjizdarl"))))
     (build-system go-build-system)
     (arguments '(#:import-path "golang.org/x/term"))
     (propagated-inputs
-- 
2.39.2






reply via email to

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