Archived
1
0
Fork 0

gnu: lxc: Update to 4.0.12.

* gnu/packages/virtualization.scm (lxc): Update to 4.0.12.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:02 +02:00
parent 03216987c9
commit 97e7fbe958
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))