guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0b30683faf7c5804105296d96c0d4bf0175c7e71
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Dec 5 18:58:43 2025 +0100
gnu: go-github-com-containerd-containerd: Update to 1.7.22.
* gnu/packages/golang-xyz.scm:
(go-github-com-containerd-containerd-1.7.22): Update to 1.7.22.
Change-Id: I0a251e7650fd405fa277ba1b5a05aded6864e8fc
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 78195b7788..bbc732b615 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4811,7 +4811,7 @@ dependencies and a simple API.")
(define-public go-github-com-containerd-containerd
(package
(name "go-github-com-containerd-containerd")
- (version "1.7.12")
+ (version "1.7.22")
(source
(origin
(method git-fetch)
@@ -4820,7 +4820,7 @@ dependencies and a simple API.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jwrdiglhqxccmmiq33li3myrb409mvskvcghli411fs9r46lxm3"))
+ (base32 "1yfda4qnygy4lcqb6cqc7v7h2lf0gl64xhvkp39zngmqm0lw30gh"))
(snippet
#~(begin
(use-modules (guix build utils))