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:
Sharlatan Hellseher 2024-09-13 11:00:37 +01:00
parent 054fda25eb
commit b71eea21ed
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5370,16 +5370,14 @@ (define-public go-github-com-google-gopacket
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-google-goterm (define-public go-github-com-google-goterm
(let ((commit "fc88cf888a3fa99ecc23d1efc1a44284268457d3")
(revision "1"))
(package (package
(name "go-github-com-google-goterm") (name "go-github-com-google-goterm")
(version (git-version "0.0.1" revision commit)) (version "0.0.0-20200907032337-555d40f16ae2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/google/goterm") (url "https://github.com/google/goterm")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
@ -5393,7 +5391,7 @@ (define-public go-github-com-google-goterm
(description "The term package implements PTY creation and termios get/set (description "The term package implements PTY creation and termios get/set
attributes. It also contains some convenience functions for colors, SSH to attributes. It also contains some convenience functions for colors, SSH to
and from termios translations, readCh, reading passwords, etc.") 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) (define (go-gotest-tools-source version sha256-base32-hash)
(origin (origin