diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-24 00:48:34 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-24 21:08:35 +0200 |
commit | bdbf4d54c470b851bfa88e8ed8900410eb84c1e1 (patch) | |
tree | 801137bd5b4fd1924bc2f1b00cb0cd28e7fd8c42 /gnu/packages/logging.scm | |
parent | 7e482107e8b478d862615c72c3bc2a279dda5052 (diff) |
gnu: spdlog: Update to 1.7.0.
* gnu/packages/logging.scm (spdlog): Update to 1.7.0.
Diffstat (limited to 'gnu/packages/logging.scm')
-rw-r--r-- | gnu/packages/logging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/logging.scm b/gnu/packages/logging.scm index 789f32920d..bac9e18ea6 100644 --- a/gnu/packages/logging.scm +++ b/gnu/packages/logging.scm @@ -191,7 +191,7 @@ windows in a terminal, colorize, filter and merge.") (define-public spdlog (package (name "spdlog") - (version "1.6.1") + (version "1.7.0") (source (origin (method git-fetch) @@ -201,7 +201,7 @@ windows in a terminal, colorize, filter and merge.") (file-name (git-file-name name version)) (sha256 (base32 - "1b1b3zmbyjgqz5yfdgaasi55x03d37z7l2pasvgikx3mm1gabq5a")))) + "1ryaa22ppj60461hcdb8nk7jwj84arp4iw4lyw594py92g4vnx3j")))) (build-system cmake-build-system) ;; TODO run benchmark. Currently not possible, as adding ;; (gnu packages benchmark) forms a dependency cycle |