all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45394] [PATCH] gnu: lxc: Update to 4.0.5.
@ 2020-12-23 15:21 Vincent Legoll
  2020-12-24 20:47 ` bug#45394: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-23 15:21 UTC (permalink / raw)
  To: 45394; +Cc: Vincent Legoll

* gnu/packages/virtualization.scm (lxc): Update to 4.0.5.
---
 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 a05e52f29f..99c37bc044 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)))
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45394: [PATCH] gnu: lxc: Update to 4.0.5.
  2020-12-23 15:21 [bug#45394] [PATCH] gnu: lxc: Update to 4.0.5 Vincent Legoll
@ 2020-12-24 20:47 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-24 20:47 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45394-done

On Wed, Dec 23, 2020 at 04:21:03PM +0100, Vincent Legoll wrote:
> * gnu/packages/virtualization.scm (lxc): Update to 4.0.5.

Thanks! Pushed as e43a8d737539026a339d2ba85f664b74c1c91b98




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-24 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 15:21 [bug#45394] [PATCH] gnu: lxc: Update to 4.0.5 Vincent Legoll
2020-12-24 20:47 ` bug#45394: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.