[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/32: gnu: spdlog: Update to 1.10.0.
From: |
guix-commits |
Subject: |
23/32: gnu: spdlog: Update to 1.10.0. |
Date: |
Mon, 2 May 2022 09:16:12 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 9bf9da2571733003373689bcedf570d69f3bc897
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri Apr 22 16:56:21 2022 +0000
gnu: spdlog: Update to 1.10.0.
* gnu/packages/logging.scm (spdlog): Update to 1.10.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 0ab3beff15..4391287d12 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -200,7 +200,7 @@ output in multiple windows in a terminal.")
(define-public spdlog
(package
(name "spdlog")
- (version "1.9.2")
+ (version "1.10.0")
(source
(origin
(method git-fetch)
@@ -209,7 +209,7 @@ output in multiple windows in a terminal.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1img03ka63hf3sb62v5f02ax5jc9mlpz5cijr38xxzymvcg1s98r"))))
+ (base32 "02xz017ba9fssm1rp1fcfld7h79awbr6fqai9dxaqp02akp3davk"))))
(build-system cmake-build-system)
;; TODO run benchmark. Currently not possible, as adding
;; (gnu packages benchmark) forms a dependency cycle
- 08/32: gnu: aws-c-http: Fix comment formatting., (continued)
- 08/32: gnu: aws-c-http: Fix comment formatting., guix-commits, 2022/05/02
- 07/32: gnu: aws-c-sdkutils: Fix comment formatting., guix-commits, 2022/05/02
- 10/32: gnu: aws-c-auth: Fix comment formatting., guix-commits, 2022/05/02
- 02/32: gnu: aws-c-common: Only support i686 and x86_64., guix-commits, 2022/05/02
- 06/32: gnu: aws-c-cal: Fix comment formatting., guix-commits, 2022/05/02
- 12/32: gnu: aws-c-mqtt: Fix comment formatting., guix-commits, 2022/05/02
- 13/32: gnu: aws-crt-cpp: Fix comment formatting., guix-commits, 2022/05/02
- 04/32: gnu: aws-c-event-stream: Fix comment formatting., guix-commits, 2022/05/02
- 03/32: gnu: aws-checksums: Fix comment formatting., guix-commits, 2022/05/02
- 16/32: gnu: aws-sdk-cpp: Remove openssl input., guix-commits, 2022/05/02
- 23/32: gnu: spdlog: Update to 1.10.0.,
guix-commits <=
- 30/32: gnu: Add python-parsel., guix-commits, 2022/05/02
- 15/32: gnu: s2n: Link to aws-lc as libcrypto dependency., guix-commits, 2022/05/02
- 19/32: gnu: apl: Update to 1.8-r1550., guix-commits, 2022/05/02
- 24/32: gnu: bear: Update to 3.0.19., guix-commits, 2022/05/02
- 31/32: gnu: Add python-itemloaders., guix-commits, 2022/05/02
- 09/32: gnu: aws-c-compression: Fix comment formatting., guix-commits, 2022/05/02
- 25/32: gnu: Add python-sybil., guix-commits, 2022/05/02
- 11/32: gnu: aws-c-s3: Fix comment formatting., guix-commits, 2022/05/02
- 17/32: gnu: ugrep: Update to 3.7.9., guix-commits, 2022/05/02
- 20/32: gnu: apl: Remove input labels., guix-commits, 2022/05/02