guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 165edb84d0138ad74ef7311cdfd138dec48b33e0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 24 10:45:48 2026 +0100

    gnu: go-github-com-opencontainers-cgroups: Update to 0.0.8.
    
    * gnu/packages/golang-xyz.scm (go-github-com-opencontainers-cgroups): 
Update to 0.0.8.
---
 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 3f83777a05..53f7509c1e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -24297,9 +24297,10 @@ levels per backend and logger.")
     (license license:bsd-3)))
 
 (define-public go-github-com-opencontainers-cgroups
+  ;; TODO: Move to (gnu packages containers).
   (package
     (name "go-github-com-opencontainers-cgroups")
-    (version "0.0.3")
+    (version "0.0.8")
     (source
      (origin
        (method git-fetch)
@@ -24308,7 +24309,7 @@ levels per backend and logger.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wwfknbj5zj9y07sdbzqg919ddz39xryp3n5vn94cn2zv3c1kwvr"))))
+        (base32 "149siapv341i1hak7sk3lmzjns6xjav0b8fdmqyw1x6rfjbk8fhg"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to