gnu: lxc: Update to 4.0.11.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
This commit is contained in:
parent
a3500a0a65
commit
b88f20d9f5
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue