mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add spdlog-1.10.
* gnu/packages/logging.scm (spdlog-1.10): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
474070facb
commit
8f8000a95f
1 changed files with 14 additions and 0 deletions
|
@ -245,6 +245,20 @@ (define-public spdlog
|
|||
;; "include/spdlog/fmt/bundled" is under BSD 2 clause license.
|
||||
(license (list license:expat license:bsd-2))))
|
||||
|
||||
(define-public spdlog-1.10
|
||||
(package
|
||||
(inherit spdlog)
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gabime/spdlog")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "spdlog" version))
|
||||
(sha256
|
||||
(base32 "02xz017ba9fssm1rp1fcfld7h79awbr6fqai9dxaqp02akp3davk"))))))
|
||||
|
||||
(define-public rsyslog
|
||||
(package
|
||||
(name "rsyslog")
|
||||
|
|
Loading…
Reference in a new issue