guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: lxc: Update to 3.0.1.


From: ???
Subject: 01/02: gnu: lxc: Update to 3.0.1.
Date: Sat, 9 Jun 2018 05:19:44 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 927846b3abff892d2c37acf48fd15bda2857019a
Author: 宋文武 <address@hidden>
Date:   Sat Jun 9 15:45:16 2018 +0800

    gnu: lxc: Update to 3.0.1.
    
    * gnu/packages/virtualization.scm (lxc): Update to 3.0.1.
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 05d2ab0..d2419df 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -337,7 +337,7 @@ all common programming languages.  Vala bindings are also 
provided.")
 (define-public lxc
   (package
     (name "lxc")
-    (version "2.1.1")
+    (version "3.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -345,7 +345,7 @@ all common programming languages.  Vala bindings are also 
provided.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1xpghrinxhm2072fwmn42pxhjwh7qx6cbsipw4s6g38a8mkklrk8"))))
+                "1nyml98k28sc5sda0260cmby4irkpnhpwgmx4yhqy10wpr4nr625"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]