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