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 07/12] gnu: spdlog: Update to 1.11.0.
Date: Fri,  4 Nov 2022 18:04:10 +0000	[thread overview]
Message-ID: <8d1e9ba92754bada5dd8992472e9ba56de5f6fd2.1667584547.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1667584547.git.code@greghogan.com>

* gnu/packages/logging.scm (spdlog): Update to 1.11.0.
---
 gnu/packages/logging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index 2781ac5194..ab08574bbd 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -212,7 +212,7 @@ (define-public multitail
 (define-public spdlog
   (package
     (name "spdlog")
-    (version "1.10.0")
+    (version "1.11.0")
     (source
      (origin
        (method git-fetch)
@@ -221,7 +221,7 @@ (define-public spdlog
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02xz017ba9fssm1rp1fcfld7h79awbr6fqai9dxaqp02akp3davk"))
+        (base32 "0i3a1cqrg1sz0w50g7zz9x73rf838igqri12q8ijh4rzpq0qq3ch"))
        (modules '((guix build utils)))
        (snippet
         ;; Prevent race on busy hardware.  Remove snippet for versions
-- 
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 ` [bug#59020] [PATCH 05/12] gnu: opendht: " Greg Hogan
2022-11-04 18:04 ` [bug#59020] [PATCH 06/12] gnu: ceph: " Greg Hogan
2022-11-04 18:04 ` Greg Hogan [this message]
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=8d1e9ba92754bada5dd8992472e9ba56de5f6fd2.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.