summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2025-12-05 18:58:43 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-05 22:00:27 +0000
commit0b30683faf7c5804105296d96c0d4bf0175c7e71 (patch)
tree89138ee9a95770732e833699ea2f83168bfe2408 /gnu
parent7525dc6807644b5f7ca29a58f01d5df3364a6373 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 78195b77889..bbc732b6158 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))