me
/
guix
Archived
1
0
Fork 0

gnu: lxc: Update to 2.1.1.

* gnu/packages/virtualization.scm (lxc): Update to 2.1.1.
master
宋文武 2017-10-30 21:37:26 +08:00
parent 2e4bb8c817
commit 56295c5160
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ all common programming languages. Vala bindings are also provided.")
(define-public lxc (define-public lxc
(package (package
(name "lxc") (name "lxc")
(version "2.0.8") (version "2.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -283,7 +283,7 @@ all common programming languages. Vala bindings are also provided.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15449r56rqg3487kzsnfvz0w4p5ajrq0krcsdh6c9r6g0ark93hd")))) "1xpghrinxhm2072fwmn42pxhjwh7qx6cbsipw4s6g38a8mkklrk8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))