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
This commit is contained in:
Maxim Cournoyer 2024-01-05 23:16:59 -05:00
parent 1e35c18c86
commit 45d07a0b01
No known key found for this signature in database
GPG key ID: 1260E46482E63562
3 changed files with 5 additions and 5 deletions

View file

@ -603,10 +603,10 @@ (define-public cbehave
pattern.") pattern.")
(license license:apsl2)))) (license license:apsl2))))
(define-public catch2-3.3 (define-public catch2-3
(package (package
(name "catch2") (name "catch2")
(version "3.4.0") (version "3.5.1")
(home-page "https://github.com/catchorg/Catch2") (home-page "https://github.com/catchorg/Catch2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -616,7 +616,7 @@ (define-public catch2-3.3
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1gdfsva6mnd66px85fmm3s65h8qzqnmgbmws2i3nygfav1y8d88f")))) "0p7rk01n4qfnnm1bgakllyqi83n1kbpz11gh65z1vspfz58hs9iv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list

View file

@ -232,7 +232,7 @@ (define-public spdlog
(list "-DSPDLOG_BUILD_BENCH=OFF" (list "-DSPDLOG_BUILD_BENCH=OFF"
"-DSPDLOG_BUILD_SHARED=ON" "-DSPDLOG_BUILD_SHARED=ON"
"-DSPDLOG_BUILD_TESTS=ON"))) "-DSPDLOG_BUILD_TESTS=ON")))
(native-inputs (list catch2-3.3)) (native-inputs (list catch2-3))
(home-page "https://github.com/gabime/spdlog") (home-page "https://github.com/gabime/spdlog")
(synopsis "Fast C++ logging library") (synopsis "Fast C++ logging library")
(description "Spdlog is a very fast header-only/compiled C++ logging (description "Spdlog is a very fast header-only/compiled C++ logging

View file

@ -209,7 +209,7 @@ (define-public clingo
"unpool-ast-v2" "parse_term" "unpool-ast-v2" "parse_term"
"propagator" "propgator-sequence-mining" "propagator" "propgator-sequence-mining"
"symbol" "visitor")))))))))) "symbol" "visitor"))))))))))
(inputs (list catch2-3.3 clasp libpotassco)) (inputs (list catch2-3 clasp libpotassco))
(native-inputs (list mpark-variant (native-inputs (list mpark-variant
pkg-config pkg-config
tl-optional tl-optional