guix-commits
[Top][All Lists]
Advanced

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

15/20: gnu: lxc: Update to 4.0.11.


From: guix-commits
Subject: 15/20: gnu: lxc: Update to 4.0.11.
Date: Mon, 17 Jan 2022 03:16:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b88f20d9f5a526aaa0f959d50a11d3d64875750d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:02 2022 +0100

    gnu: lxc: Update to 4.0.11.
    
    * gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
---
 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 cec1bce5f3..3f34a855cd 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1065,7 +1065,7 @@ all common programming languages.  Vala bindings are also 
provided.")
 (define-public lxc
   (package
     (name "lxc")
-    (version "4.0.10")
+    (version "4.0.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1073,7 +1073,7 @@ all common programming languages.  Vala bindings are also 
provided.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1sgsic9dzj3wv2k5bx2vhcgappivhp1glkqfc2yrgr6jas052351"))))
+                "0b7hv4n8b3lndhr0jf9j1gkbzxm8897a1myjsfgwzad9gkhq395g"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config docbook2x))



reply via email to

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