gnu: fmt: Update to 6.0.0.

* gnu/packages/pretty-print.scm (fmt): Update to 6.0.0.
This commit is contained in:
Marius Bakke 2019-09-12 16:56:25 +02:00
parent d1bfad2f0d
commit 864b7f0bc1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ different programming languages.")
(define-public fmt (define-public fmt
(package (package
(name "fmt") (name "fmt")
(version "5.3.0") (version "6.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -172,7 +172,7 @@ different programming languages.")
version "/fmt-" version ".zip")) version "/fmt-" version ".zip"))
(sha256 (sha256
(base32 (base32
"0p51nhmvjniqlffmmb9djhprnclvm448f2vkdxymvxw307hl21sc")))) "0h148anbaqgch6n69pxsvs1c9wmykgd052wmzgdia7qpz8w6p8dl"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("unzip" ,unzip))) `(("unzip" ,unzip)))