gnu: lxc: Update to 4.0.11.

* gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-16 01:00:02 +01:00
parent a3500a0a65
commit b88f20d9f5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1065,7 +1065,7 @@ (define-public libosinfo
(define-public lxc
(package
(name "lxc")
(version "4.0.10")
(version "4.0.11")
(source (origin
(method url-fetch)
(uri (string-append
@ -1073,7 +1073,7 @@ (define-public lxc
version ".tar.gz"))
(sha256
(base32
"1sgsic9dzj3wv2k5bx2vhcgappivhp1glkqfc2yrgr6jas052351"))))
"0b7hv4n8b3lndhr0jf9j1gkbzxm8897a1myjsfgwzad9gkhq395g"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config docbook2x))