unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brian Cully via Guix-patches via <guix-patches@gnu.org>
To: 56205@debbugs.gnu.org
Cc: Brian Cully <bjc@spork.org>
Subject: [bug#56205] [PATCH] gnu: lxd: Update to 4.24.
Date: Fri, 24 Jun 2022 17:29:49 -0400	[thread overview]
Message-ID: <2204f7e744f1808c26defd783094289e3f9aa11a.1656106189.git.bjc@spork.org> (raw)

* gnu/packages/virtualization.scm (lxd): Update to 4.24.
---
 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 4a065e4ef4..e184f54e81 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1166,7 +1166,7 @@ (define-public lxcfs
 (define-public lxd
   (package
     (name "lxd")
-    (version "4.22")
+    (version "4.24")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1174,7 +1174,7 @@ (define-public lxd
                     "lxd-" version "/lxd-" version ".tar.gz"))
               (sha256
                (base32
-                "119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9"))))
+                "0lmjmvm98m6yjxcqlfw690i71nazfzgrm3mzbjj77g1631df3ylp"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/lxc/lxd"
-- 
2.36.1





             reply	other threads:[~2022-06-24 21:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 21:29 Brian Cully via Guix-patches via [this message]
2022-06-26 16:13 ` bug#56205: [PATCH] gnu: lxd: Update to 4.24 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2204f7e744f1808c26defd783094289e3f9aa11a.1656106189.git.bjc@spork.org \
    --to=guix-patches@gnu.org \
    --cc=56205@debbugs.gnu.org \
    --cc=bjc@spork.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).