mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fmt-10: Update to 10.2.1.
* gnu/packages/pretty-print.scm (fmt-10): Update to 10.2.1. Change-Id: I11e0828c120f1f14c8c9f1c080d0608f81354ae3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5618fd5d6f
commit
dbe014a106
1 changed files with 2 additions and 2 deletions
|
@ -172,14 +172,14 @@ (define-public enscript
|
|||
(define-public fmt-10
|
||||
(package
|
||||
(name "fmt")
|
||||
(version "10.1.1")
|
||||
(version "10.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/fmtlib/fmt/releases/download/"
|
||||
version "/fmt-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "06wxxn9yxw44nskdnpwyl6y4j27ssmw5d3d4rnb03df922imhkmq"))))
|
||||
(base32 "1j8nln7rql2nxkhdlgpmx1c1dp6dyxnar1n5r7sjg0rws6i5289i"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||
(native-inputs (list unzip))
|
||||
|
|
Loading…
Reference in a new issue