guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 75ec285ca6767ad92110f2dfc640fc4199557ead
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 22 21:24:49 2026 +0100
gnu: go-github-com-opencontainers-runtime-tools: Update to 0.9.0-1.8a4db57.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-tools):
Update to 8a4db579f5c88af5a0d036fad34bddc9c1f703f3 commit.
---
gnu/packages/golang-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index da51cbf3e1..f8c092a42c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22988,8 +22988,8 @@ specification-runtime-spec.")
(package
(name "go-github-com-opencontainers-runtime-tools")
;; XXX: See: <https://github.com/opencontainers/runtime-tools/issues/792>.
- (properties '((commit . "0ea5ed0382a279b30530acccafaf070fefeddafd")
- (revision . "0")))
+ (properties '((commit . "8a4db579f5c88af5a0d036fad34bddc9c1f703f3")
+ (revision . "1")))
(version (git-version "0.9.0"
(assoc-ref properties 'revision)
(assoc-ref properties 'commit)))
@@ -23001,7 +23001,7 @@ specification-runtime-spec.")
(commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
- (base32 "1385hh25ysni83wp5xdn4zajzavmnbrgz9mrpqsj3byk33xqyh3z"))
+ (base32 "0rgrnffnyyzajagcx4314hvya11rzs01nsg7d25lm9jbygq3zha2"))
(snippet
#~(begin (use-modules (guix build utils))
(delete-file-recursively "vendor")))))