summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-22 21:24:49 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-23 21:14:59 +0100
commit9780e258d47019ac0af3a790019d9a57bd0fa515 (patch)
tree78cdeccb3c672ccfd5a36a05a7a7d8c2e894e347 /gnu
parent6c48bc077871e3a45cd12342be6c94210cc408ba (diff)
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index bd21b92dc12..0b6d1ba2424 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23996,8 +23996,8 @@ specification-runtime-spec.")
23996 (package 23996 (package
23997 (name "go-github-com-opencontainers-runtime-tools") 23997 (name "go-github-com-opencontainers-runtime-tools")
23998 ;; XXX: See: <https://github.com/opencontainers/runtime-tools/issues/792>. 23998 ;; XXX: See: <https://github.com/opencontainers/runtime-tools/issues/792>.
23999 (properties '((commit . "0ea5ed0382a279b30530acccafaf070fefeddafd") 23999 (properties '((commit . "8a4db579f5c88af5a0d036fad34bddc9c1f703f3")
24000 (revision . "0"))) 24000 (revision . "1")))
24001 (version (git-version "0.9.0" 24001 (version (git-version "0.9.0"
24002 (assoc-ref properties 'revision) 24002 (assoc-ref properties 'revision)
24003 (assoc-ref properties 'commit))) 24003 (assoc-ref properties 'commit)))
@@ -24009,7 +24009,7 @@ specification-runtime-spec.")
24009 (commit (assoc-ref properties 'commit)))) 24009 (commit (assoc-ref properties 'commit))))
24010 (file-name (git-file-name name version)) 24010 (file-name (git-file-name name version))
24011 (sha256 24011 (sha256
24012 (base32 "1385hh25ysni83wp5xdn4zajzavmnbrgz9mrpqsj3byk33xqyh3z")) 24012 (base32 "0rgrnffnyyzajagcx4314hvya11rzs01nsg7d25lm9jbygq3zha2"))
24013 (snippet 24013 (snippet
24014 #~(begin (use-modules (guix build utils)) 24014 #~(begin (use-modules (guix build utils))
24015 (delete-file-recursively "vendor"))))) 24015 (delete-file-recursively "vendor")))))