guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lxc: Update to 4.0.5.


From: guix-commits
Subject: branch master updated: gnu: lxc: Update to 4.0.5.
Date: Thu, 24 Dec 2020 15:47:32 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e43a8d7  gnu: lxc: Update to 4.0.5.
e43a8d7 is described below

commit e43a8d737539026a339d2ba85f664b74c1c91b98
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Wed Dec 23 16:21:03 2020 +0100

    gnu: lxc: Update to 4.0.5.
    
    * gnu/packages/virtualization.scm (lxc): Update to 4.0.5.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 a05e52f..99c37bc 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -952,7 +952,7 @@ all common programming languages.  Vala bindings are also 
provided.")
 (define-public lxc
   (package
     (name "lxc")
-    (version "3.1.0")
+    (version "4.0.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -960,7 +960,7 @@ all common programming languages.  Vala bindings are also 
provided.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1igxqgx8q9cp15mcp1y8j564bl85ijw04jcmgb1s5bmfbg1751sd"))))
+                "1976l9308rx1ria1gazasypk5rmmf5jiqdh54dfrws5bslbdcb5g"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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