mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2.
* gnu/packages/golang.scm (go-github-com-google-goterm): Update to 0.0.0-20200907032337-555d40f16ae2. Change-Id: Ie6a1258f88f9630a9dd946f5cf4a252e8b0f90e8
This commit is contained in:
parent
054fda25eb
commit
b71eea21ed
1 changed files with 3 additions and 5 deletions
|
@ -5370,16 +5370,14 @@ (define-public go-github-com-google-gopacket
|
|||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-google-goterm
|
||||
(let ((commit "fc88cf888a3fa99ecc23d1efc1a44284268457d3")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "go-github-com-google-goterm")
|
||||
(version (git-version "0.0.1" revision commit))
|
||||
(version "0.0.0-20200907032337-555d40f16ae2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/google/goterm")
|
||||
(commit commit)))
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -5393,7 +5391,7 @@ (define-public go-github-com-google-goterm
|
|||
(description "The term package implements PTY creation and termios get/set
|
||||
attributes. It also contains some convenience functions for colors, SSH to
|
||||
and from termios translations, readCh, reading passwords, etc.")
|
||||
(license license:bsd-3))))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define (go-gotest-tools-source version sha256-base32-hash)
|
||||
(origin
|
||||
|
|
Loading…
Reference in a new issue