mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
9f31f50ad3
commit
63405dce98
1 changed files with 2 additions and 2 deletions
|
@ -9811,7 +9811,7 @@ framebuffer dump file (copy) to a PNG image.")
|
||||||
(define-public libcgroup
|
(define-public libcgroup
|
||||||
(package
|
(package
|
||||||
(name "libcgroup")
|
(name "libcgroup")
|
||||||
(version "3.1.0")
|
(version "3.2.0")
|
||||||
(home-page "https://github.com/libcgroup/libcgroup")
|
(home-page "https://github.com/libcgroup/libcgroup")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -9820,7 +9820,7 @@ framebuffer dump file (copy) to a PNG image.")
|
||||||
"https://github.com/libcgroup/libcgroup/releases/download/v"
|
"https://github.com/libcgroup/libcgroup/releases/download/v"
|
||||||
version "/" name "-" version ".tar.gz"))
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n0jkvmagw14vgwx3j5b6vv5h25lasrg2a7xihq9h11ww2qw8vlp"))))
|
(base32 "1zmxhqp8kj2n7yvj82nsy5sx07yrxj4r37w41lz5q8bpqgbc43ws"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests are virtualized with lxc, it is not very feasible
|
;; Tests are virtualized with lxc, it is not very feasible
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue