me
/
guix
Archived
1
0
Fork 0

gnu: lxc: Update to 4.0.11.

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

View File

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