mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-term: Update to 0.23.0.
* gnu/packages/golang-build.scm (go-golang-org-x-term): Update to 0.23.0. Change-Id: Ie7582a247da97b913ab0639de2eedf2db3675052
This commit is contained in:
parent
e06d2cc7ea
commit
1dd948a750
1 changed files with 2 additions and 2 deletions
|
@ -594,7 +594,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.22.0")
|
||||
(version "0.23.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -603,7 +603,7 @@ support for low-level interaction with the operating system.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0iqh035y65gfm28xp52pnksh49q3nyaz0zrjjj032rs8hv5py75m"))))
|
||||
(base32 "1pdv60bm4gfvgf98lyms92qm32zc4f4h4w1fagrhzllwflmsca8h"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "golang.org/x/term"))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue