~ruther/guix-local

32160d32e46b76e58b8ec3c8a09584def86f2f6a — Sharlatan Hellseher 3 months ago 42df9df
gnu: catch2: Update to 2.13.10.

* gnu/packages/check.scm (catch2): Update to 2.13.10.

Change-Id: I77467d122e445d6df233adbbf32565caadb3446c
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/check.scm
M gnu/packages/check.scm => gnu/packages/check.scm +2 -2
@@ 671,7 671,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
(define-public catch2
  (package
    (name "catch2")
    (version "2.13.8")
    (version "2.13.10")
    (home-page "https://github.com/catchorg/Catch2")
    (source (origin
              (method git-fetch)


@@ 681,7 681,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "18a6d7rcb6ilhxd5dff32jkfdf2ik58pbywrv04ras70217kdq4c"))))
                "1dcwp41963vga22hm32hj609wxgfn0a6p9impcw8dxqj477gcx2y"))))
    (build-system cmake-build-system)
    (inputs
     (list python-wrapper))