guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 9ee5ff03855a5260fa1dd11aa045d296ef31a9f0
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 b84ae73d6e..da51cbf3e1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -22960,7 +22960,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)
@@ -22969,7 +22969,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

Reply via email to