diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-06-24 13:31:45 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-24 12:44:52 +0100 |
commit | 63405dce98aa974ef66865743be2a75698f0dd94 (patch) | |
tree | 63628f94aa29c882b65d4068fe26d0d4fab88add | |
parent | 9f31f50ad3034bf9654a5e82554f17d878783c5e (diff) |
gnu: libcgroup: Update to 3.2.0.
* gnu/packages/linux.scm (libcgroup): Update to 3.2.0.
Change-Id: Ib92d482f15af39d6e908414c345b3677479c3288
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 632fc46bca..4032d03e22 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9811,7 +9811,7 @@ framebuffer dump file (copy) to a PNG image.") (define-public libcgroup (package (name "libcgroup") - (version "3.1.0") + (version "3.2.0") (home-page "https://github.com/libcgroup/libcgroup") (source (origin @@ -9820,7 +9820,7 @@ framebuffer dump file (copy) to a PNG image.") "https://github.com/libcgroup/libcgroup/releases/download/v" version "/" name "-" version ".tar.gz")) (sha256 - (base32 "0n0jkvmagw14vgwx3j5b6vv5h25lasrg2a7xihq9h11ww2qw8vlp")))) + (base32 "1zmxhqp8kj2n7yvj82nsy5sx07yrxj4r37w41lz5q8bpqgbc43ws")))) (build-system gnu-build-system) (arguments ;; Tests are virtualized with lxc, it is not very feasible |