me
/
guix
Archived
1
0
Fork 0

gnu: lxc: Update to 4.0.12.

* gnu/packages/virtualization.scm (lxc): Update to 4.0.12.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1096,7 +1096,7 @@ all common programming languages. Vala bindings are also provided.")
(define-public lxc
(package
(name "lxc")
(version "4.0.11")
(version "4.0.12")
(source (origin
(method url-fetch)
(uri (string-append
@ -1104,7 +1104,7 @@ all common programming languages. Vala bindings are also provided.")
version ".tar.gz"))
(sha256
(base32
"0b7hv4n8b3lndhr0jf9j1gkbzxm8897a1myjsfgwzad9gkhq395g"))))
"1vyk2j5w9gfyh23w3ar09cycyws16mxh3clbb33yhqzwcs1jy96v"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config docbook2x))