mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lxc: Update to 4.0.6.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.6.
This commit is contained in:
parent
1fb0c5ac9f
commit
8eb5f097b1
1 changed files with 2 additions and 2 deletions
|
@ -952,7 +952,7 @@ (define-public libosinfo
|
|||
(define-public lxc
|
||||
(package
|
||||
(name "lxc")
|
||||
(version "4.0.5")
|
||||
(version "4.0.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -960,7 +960,7 @@ (define-public lxc
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1976l9308rx1ria1gazasypk5rmmf5jiqdh54dfrws5bslbdcb5g"))))
|
||||
"0qz4l7mlhq7hx53q606qgvkyzyr01glsw290v8ppzvxn1fydlrci"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue