~ruther/guix-local

06c28407b1ca10cc2f9c7c4d06a97a8cb6da6953 — Greg Hogan 1 year, 3 months ago bedbae6
gnu: spdlog: Update to 1.15.2.

* gnu/packages/logging.scm (spdlog): Update to 1.15.2.

Change-Id: I876cb160023f53033f0921529934c008d38c2a07
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/logging.scm
M gnu/packages/logging.scm => gnu/packages/logging.scm +2 -2
@@ 239,7 239,7 @@ output in multiple windows in a terminal.")
(define-public spdlog
  (package
    (name "spdlog")
    (version "1.15.1")
    (version "1.15.2")
    (source
     (origin
       (method git-fetch)


@@ 248,7 248,7 @@ output in multiple windows in a terminal.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1drpbn7b6iikypdlsvzpcjwyls0rqzl7sz7f7xjbn3d7ic55a1p1"))))
        (base32 "0n6i8d5aycvp9n2zz2rz67s1y19cw9m5j3pk4719d3a5czh4267m"))))
    (build-system cmake-build-system)
    ;; TODO run benchmark. Currently not possible, as adding
    ;; (gnu packages benchmark) forms a dependency cycle