[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/172: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337
From: |
guix-commits |
Subject: |
65/172: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2. |
Date: |
Tue, 5 Nov 2024 16:04:56 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 93c9d817630e1348e3fcce27be327350df0f4ee7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 11:00:37 2024 +0100
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
---
gnu/packages/golang.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5577a285ba..3f3488bcd5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5370,16 +5370,14 @@ a cron spec parser and job runner.")
(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 @@ a cron spec parser and job runner.")
(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
- 51/172: gnu: go-github-com-google-go-cmdtest: Fix indentation, (continued)
- 51/172: gnu: go-github-com-google-go-cmdtest: Fix indentation, guix-commits, 2024/11/05
- 44/172: gnu: go-github-com-ipfs-go-ds-badger: Fix build., guix-commits, 2024/11/05
- 42/172: gnu: go-github-com-prometheus-exporter-toolkit: Fix build., guix-commits, 2024/11/05
- 31/172: gnu: go-golang-org-x-xerrors: Fix indentation., guix-commits, 2024/11/05
- 35/172: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da., guix-commits, 2024/11/05
- 41/172: gnu: go-github-com-prometheus-client-golang: Fix build., guix-commits, 2024/11/05
- 56/172: gnu: go-golang-org-x-vuln: Move to golang-build., guix-commits, 2024/11/05
- 52/172: gnu: go-mvdan-cc-xurls: Rename variable., guix-commits, 2024/11/05
- 59/172: gnu: Remove go-github-com-jba-printsrc., guix-commits, 2024/11/05
- 62/172: gnu: go-github-com-google-go-querystring: Update to 1.1.0., guix-commits, 2024/11/05
- 65/172: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2.,
guix-commits <=
- 67/172: gnu: go-github-com-google-goterm: Move to golang-xyz., guix-commits, 2024/11/05
- 68/172: gnu: go-github-com-tomnomnom-gron: Improve package style., guix-commits, 2024/11/05
- 75/172: gnu: go-github-com-google-gopacket: Move to golang-web., guix-commits, 2024/11/05
- 82/172: gnu: go-github-com-go-git-go-git-fixtures-v4: Keep all phases., guix-commits, 2024/11/05
- 76/172: gnu: go-github-com-xeipuuv-gojsonschema: Update to 1.2.0., guix-commits, 2024/11/05
- 77/172: gnu: go-github-com-xeipuuv-gojsonschema: Fix indentation., guix-commits, 2024/11/05
- 81/172: gnu: go-github-com-go-git-go-git-fixtures: Rename variable., guix-commits, 2024/11/05
- 86/172: gnu: go-github-com-go-git-go-billy: Rename variable., guix-commits, 2024/11/05
- 91/172: gnu: Add go-github-com-rs-xid., guix-commits, 2024/11/05
- 98/172: gnu: Add go-github-com-go-openapi-runtime., guix-commits, 2024/11/05