gnu: lxc: Update to 4.0.12.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.12.
This commit is contained in:
parent
03216987c9
commit
97e7fbe958
1 changed files with 2 additions and 2 deletions
|
@ -1096,7 +1096,7 @@ all common programming languages. Vala bindings are also provided.")
|
||||||
(define-public lxc
|
(define-public lxc
|
||||||
(package
|
(package
|
||||||
(name "lxc")
|
(name "lxc")
|
||||||
(version "4.0.11")
|
(version "4.0.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1104,7 +1104,7 @@ all common programming languages. Vala bindings are also provided.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b7hv4n8b3lndhr0jf9j1gkbzxm8897a1myjsfgwzad9gkhq395g"))))
|
"1vyk2j5w9gfyh23w3ar09cycyws16mxh3clbb33yhqzwcs1jy96v"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config docbook2x))
|
(list pkg-config docbook2x))
|
||||||
|
|
Reference in a new issue