[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/22: gnu: go-github-com-containerd-console: Update to 1.0.4.
From: |
guix-commits |
Subject: |
11/22: gnu: go-github-com-containerd-console: Update to 1.0.4. |
Date: |
Thu, 2 Jan 2025 18:14:26 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit e6a94247350002598203b8a689ecb4c915098a27
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jan 2 22:45:43 2025 +0000
gnu: go-github-com-containerd-console: Update to 1.0.4.
* gnu/packages/golang.scm (go-github-com-containerd-console): Update to
1.0.4.
[propagated-inputs]: Remove labels.
Change-Id: Ie23d0b7aaba6b24eb26da3ef4f8d549564e5e702
---
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 7cdffa6273..c7225d66e9 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4544,7 +4544,7 @@ parser.")
(define-public go-github-com-containerd-console
(package
(name "go-github-com-containerd-console")
- (version "1.0.3")
+ (version "1.0.4")
(source
(origin
(method git-fetch)
@@ -4554,12 +4554,12 @@ parser.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pgx0y8x23jwc2f9jfk5hd5aslqk599nj6c7dj5846xvnkz2x7p2"))))
+ "1p10k6lwfxgij5a9i47dark8apffc6wn254dwj43ks8jr134854v"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/containerd/console"))
(propagated-inputs
- `(("golang.org/x/sys" ,go-golang-org-x-sys)))
+ (list go-golang-org-x-sys))
(home-page "https://github.com/containerd/console")
(synopsis "Console package for Go")
(description
- 03/22: gnu: Add go-github-com-johncgriffin-overflow., (continued)
- 03/22: gnu: Add go-github-com-johncgriffin-overflow., guix-commits, 2025/01/02
- 04/22: gnu: Add go-github-com-joho-godotenv., guix-commits, 2025/01/02
- 01/22: gnu: Add go-github-com-kolo-xmlrpc., guix-commits, 2025/01/02
- 18/22: gnu: go-github-com-gdamore-encoding: Move to golang-xyz., guix-commits, 2025/01/02
- 16/22: gnu: go-github-com-rivo-tview: Move to golang-xyz., guix-commits, 2025/01/02
- 19/22: gnu: Remove go-github-com-whyrusleeping-tar-utils., guix-commits, 2025/01/02
- 09/22: gnu: Add go-github-com-saracen-fastzip., guix-commits, 2025/01/02
- 15/22: gnu: go-github-com-rivo-tview: Update to 0.0.0-20241227133733-17b7edb88c57., guix-commits, 2025/01/02
- 17/22: gnu: go-github-com-gdamore-encoding: Update to 1.0.1., guix-commits, 2025/01/02
- 14/22: gnu: go-github-com-rivo-uniseg: Move to golang-xyz., guix-commits, 2025/01/02
- 11/22: gnu: go-github-com-containerd-console: Update to 1.0.4.,
guix-commits <=
- 21/22: gnu: go-github-com-twmb-murmur3: Update to 1.1.8., guix-commits, 2025/01/02
- 20/22: gnu: Remove go-github-com-libp2p-go-libp2p-protocol., guix-commits, 2025/01/02
- 22/22: gnu: go-github-com-twmb-murmur3: Move to golang-crypto., guix-commits, 2025/01/02
- 07/22: gnu: Add go-github-com-saracen-zipextra., guix-commits, 2025/01/02