mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:39:17 -05:00
gnu: lxc: Update to 4.0.10.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
15daaaff80
commit
f9c3893d22
1 changed files with 2 additions and 2 deletions
|
@ -1003,7 +1003,7 @@ (define-public libosinfo
|
|||
(define-public lxc
|
||||
(package
|
||||
(name "lxc")
|
||||
(version "4.0.6")
|
||||
(version "4.0.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1011,7 +1011,7 @@ (define-public lxc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qz4l7mlhq7hx53q606qgvkyzyr01glsw290v8ppzvxn1fydlrci"))))
|
||||
"1sgsic9dzj3wv2k5bx2vhcgappivhp1glkqfc2yrgr6jas052351"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue