aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pretty-print.scm
diff options
context:
space:
mode:
authorpricly_yellow <pricly_yellow@dismail.de>2021-03-30 11:31:17 +0000
committerEfraim Flashner <efraim@flashner.co.il>2021-04-01 10:53:05 +0300
commit7e0e98aed6d9c9003d09ce156602a74b48b01d66 (patch)
tree79ae9b6146dcb501369fd00221e6c3a358ecd013 /gnu/packages/pretty-print.scm
parent3772f95dc7bca694446121e1cef9bf4d78bfba55 (diff)
downloadguix-7e0e98aed6d9c9003d09ce156602a74b48b01d66.tar
guix-7e0e98aed6d9c9003d09ce156602a74b48b01d66.tar.gz
gnu: waybar: Update to 0.9.5.
* gnu/packages/wm.scm (waybar): Update to 0.9.5. [inputs]: Replace fmt-6 with fmt, spdlog-1.7 with spdlog. * gnu/packages/logging.scm (spdlog-1.7): Remove variable. * gnu/packages/pretty-print.scm (fmt-6): Same. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/pretty-print.scm')
-rw-r--r--gnu/packages/pretty-print.scm13
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index af02fd91a9..4662a1e717 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -189,19 +189,6 @@ to @code{IOStreams}.")
;; The library is bsd-2, but documentation and tests include other licenses.
(license (list bsd-2 bsd-3 psfl))))
-(define-public fmt-6
- (package
- (inherit fmt)
- (name "fmt")
- (version "6.2.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
- version "/fmt-" version ".zip"))
- (sha256
- (base32 "06l8g59frbsbwj15kg6x2bbn6p8yidh6wzsigdhbdjncvm1agzll"))))))
-
(define-public source-highlight
(package
(name "source-highlight")