GNU bug report logs - #45394
[PATCH] gnu: lxc: Update to 4.0.5.

Previous Next

Package: guix-patches;

Reported by: Vincent Legoll <vincent.legoll <at> gmail.com>

Date: Wed, 23 Dec 2020 15:22:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: bug#45394: closed (Re: [bug#45394] [PATCH] gnu: lxc: Update to
 4.0.5.)
Date: Thu, 24 Dec 2020 20:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#45394: [PATCH] gnu: lxc: Update to 4.0.5.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 45394 <at> debbugs.gnu.org.

-- 
45394: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45394
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Vincent Legoll <vincent.legoll <at> gmail.com>
Cc: 45394-done <at> debbugs.gnu.org
Subject: Re: [bug#45394] [PATCH] gnu: lxc: Update to 4.0.5.
Date: Thu, 24 Dec 2020 15:47:44 -0500
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

[Message part 3 (message/rfc822, inline)]
From: Vincent Legoll <vincent.legoll <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Vincent Legoll <vincent.legoll <at> gmail.com>
Subject: [PATCH] gnu: lxc: Update to 4.0.5.
Date: Wed, 23 Dec 2020 16:21:03 +0100
* 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




This bug report was last modified 4 years and 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.