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

commit 366a0c4390665655fa3d55ff95330a757572a33e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 22 21:28:02 2026 +0100

    gnu: go-tags-cncf-io-container-device-interface: Update to 1.1.0.
    
    * gnu/packages/golang-xyz.scm (go-tags-cncf-io-container-device-interface): 
Update to 1.1.0.
---
 gnu/packages/golang-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f8c092a42c..dad77312b0 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -34789,9 +34789,10 @@ It allows one to safely call Unveil / Pledge on 
non-OpenBSD operating systems.")
     (license license:isc)))
 
 (define-public go-tags-cncf-io-container-device-interface
+  ;; TODO: Move to (gnu packages containers).
   (package
     (name "go-tags-cncf-io-container-device-interface")
-    (version "1.0.1")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -34800,7 +34801,7 @@ It allows one to safely call Unveil / Pledge on 
non-OpenBSD operating systems.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1wpp8fsrfjmgfkwwanakbigf68khwycdxbmr82k309fawfpbz7fj"))
+        (base32 "1nb9267phixkph4i6506ycx0j2b93y5blarhyg22mkvmcib4f3gh"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

Reply via email to