guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 2c4dd55270107bfb85ec48c1e5bab469d070e460
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 22 21:21:26 2026 +0100
gnu: go-github-com-opencontainers-runtime-spec: Update to 1.3.0.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-runtime-spec):
Update to 1.3.0.
---
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 59d7034afe..bd21b92dc1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23968,7 +23968,7 @@ containers on Linux according to the OCI
specification.")
(define-public go-github-com-opencontainers-runtime-spec
(package
(name "go-github-com-opencontainers-runtime-spec")
- (version "1.2.1")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -23977,7 +23977,7 @@ containers on Linux according to the OCI
specification.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0bh2awpdmbjh65js45vidm3s2pf42jykgad5wb772pysd7qnphbv"))))
+ (base32 "0vih1hp1jlmp1m476cgj3afaqrpd8gid6h73yp5r0qalb7n0ar07"))))
(build-system go-build-system)
(arguments
(list