all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 59020@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#59020] [PATCH 05/12] gnu: opendht: Pin fmt version.
Date: Fri,  4 Nov 2022 18:04:08 +0000	[thread overview]
Message-ID: <46b3e0ecad811ce26c7cac6bd1771f70d76cabef.1667584547.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1667584547.git.code@greghogan.com>

* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt with
fmt-8.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index cd095a0ed8..1cd9495412 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3737,7 +3737,7 @@ (define-public opendht
                 (chmod dhtcluster #o555)
                 (wrap-program dhtcluster
                   `("GUIX_PYTHONPATH" prefix (,site-packages)))))))))
-    (inputs (list bash-minimal fmt readline))
+    (inputs (list bash-minimal fmt-8 readline))
     (propagated-inputs
      (list msgpack                      ;included in several installed headers
            restinio                     ;included in opendht/http.h
-- 
2.38.0





  parent reply	other threads:[~2022-11-04 18:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 18:02 [bug#59020] [PATCH 00/12] Update fmt Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 01/12] gnu: Add fmt-8 Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 02/12] gnu: zxing-cpp: Pin fmt version Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 03/12] gnu: osm2pgsql: " Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 04/12] gnu: openimageio: " Greg Hogan
2022-11-04 18:04 ` Greg Hogan [this message]
2022-11-04 18:04 ` [bug#59020] [PATCH 06/12] gnu: ceph: " Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 07/12] gnu: spdlog: Update to 1.11.0 Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 08/12] gnu: waybar: Update to 0.9.15 Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 09/12] gnu: blender: Update to 3.3.1 Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 10/12] gnu: libmatroska: Update to 1.7.1 Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 11/12] gnu: mkvtoolnix: Update to 71.1.0 Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 12/12] gnu: fmt: Update to 9.1.0 Greg Hogan
2022-11-07  7:23 ` [bug#59020] [PATCH 00/12] Update fmt Christopher Baines
2024-03-06 19:25   ` Greg Hogan

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

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

  git send-email \
    --in-reply-to=46b3e0ecad811ce26c7cac6bd1771f70d76cabef.1667584547.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=59020@debbugs.gnu.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 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.