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:
Greg Hogan 2024-01-17 17:07:14 +00:00 committed by Ludovic Courtès
parent 5618fd5d6f
commit dbe014a106
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))