[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/20: gnu: catch2-3: Update to 3.5.1.
From: |
guix-commits |
Subject: |
04/20: gnu: catch2-3: Update to 3.5.1. |
Date: |
Tue, 9 Jan 2024 22:28:53 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 45d07a0b01c30d18a537c47efce79192b8c8d178
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 5 23:16:59 2024 -0500
gnu: catch2-3: Update to 3.5.1.
* gnu/packages/check.scm (catch2-3.3): Rename to...
(catch2-3): ... this. Update to 3.5.1.
* gnu/packages/logging.scm (spdlog) [native-inputs]: Rename catch2-3.3 to
catch2-3.
* gnu/packages/potassco.scm (clingo) [inputs]: Likewise.
Change-Id: Ied7724597ff4c6371dc4fedc10452ae870d23933
---
gnu/packages/check.scm | 6 +++---
gnu/packages/logging.scm | 2 +-
gnu/packages/potassco.scm | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 93582a4b5f..449340f331 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -603,10 +603,10 @@ It allows the specification of behaviour scenarios using
a given-when-then
pattern.")
(license license:apsl2))))
-(define-public catch2-3.3
+(define-public catch2-3
(package
(name "catch2")
- (version "3.4.0")
+ (version "3.5.1")
(home-page "https://github.com/catchorg/Catch2")
(source (origin
(method git-fetch)
@@ -616,7 +616,7 @@ pattern.")
(file-name (git-file-name name version))
(sha256
(base32
- "1gdfsva6mnd66px85fmm3s65h8qzqnmgbmws2i3nygfav1y8d88f"))))
+ "0p7rk01n4qfnnm1bgakllyqi83n1kbpz11gh65z1vspfz58hs9iv"))))
(build-system cmake-build-system)
(arguments
(list
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm
index c204a013b4..0efd828f8a 100644
--- a/gnu/packages/logging.scm
+++ b/gnu/packages/logging.scm
@@ -232,7 +232,7 @@ output in multiple windows in a terminal.")
(list "-DSPDLOG_BUILD_BENCH=OFF"
"-DSPDLOG_BUILD_SHARED=ON"
"-DSPDLOG_BUILD_TESTS=ON")))
- (native-inputs (list catch2-3.3))
+ (native-inputs (list catch2-3))
(home-page "https://github.com/gabime/spdlog")
(synopsis "Fast C++ logging library")
(description "Spdlog is a very fast header-only/compiled C++ logging
diff --git a/gnu/packages/potassco.scm b/gnu/packages/potassco.scm
index 884da3c99f..e69bfda9d6 100644
--- a/gnu/packages/potassco.scm
+++ b/gnu/packages/potassco.scm
@@ -209,7 +209,7 @@ satisfiability checking (SAT).")
"unpool-ast-v2" "parse_term"
"propagator" "propgator-sequence-mining"
"symbol" "visitor"))))))))))
- (inputs (list catch2-3.3 clasp libpotassco))
+ (inputs (list catch2-3 clasp libpotassco))
(native-inputs (list mpark-variant
pkg-config
tl-optional
- 09/20: gnu: libnatpmp: Update to 20230423-0.6a850fd., (continued)
- 09/20: gnu: libnatpmp: Update to 20230423-0.6a850fd., guix-commits, 2024/01/09
- 12/20: gnu: Add dhtnet., guix-commits, 2024/01/09
- 11/20: gnu: opendht: Update to 3.1.7., guix-commits, 2024/01/09
- 05/20: gnu: Add expected-lite., guix-commits, 2024/01/09
- 10/20: gnu: msgpack: Deprecate with msgpack-c., guix-commits, 2024/01/09
- 14/20: gnu: ffmpeg-jami: Update configure flags., guix-commits, 2024/01/09
- 17/20: gnu: jami: Update to 20231222.2., guix-commits, 2024/01/09
- 15/20: gnu: ffmpeg-jami: Relocate to (gnu packages video)., guix-commits, 2024/01/09
- 18/20: gnu: jami-docs: Update to 0.0.0-2.a48997d., guix-commits, 2024/01/09
- 20/20: tests: telephony: Fix typo., guix-commits, 2024/01/09
- 04/20: gnu: catch2-3: Update to 3.5.1.,
guix-commits <=
- 08/20: gnu: restinio: Update to 0.7.1., guix-commits, 2024/01/09
- 13/20: gnu: pjproject-jami: Update and relocate., guix-commits, 2024/01/09
- 16/20: gnu: Add sortfilterproxymodel., guix-commits, 2024/01/09
- 03/20: gnu: asio: Update to 1.28.0., guix-commits, 2024/01/09