gnu: fcft: Update to 2.3.2.

* gnu/packages/fontutils.scm (fcft): Update to 2.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 23:08:36 +01:00
parent 8bcbbda0c6
commit 9ff57f34dd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -836,7 +836,7 @@ (define-public nototools
(define-public fcft
(package
(name "fcft")
(version "2.3.1")
(version "2.3.2")
(home-page "https://codeberg.org/dnkl/fcft")
(source (origin
(method git-fetch)
@ -844,7 +844,7 @@ (define-public fcft
(file-name (git-file-name name version))
(sha256
(base32
"1ddzdfq6y9db50zimxfsr955zkpr8y6fk4nrblsl0j0vliywlg8l"))))
"0k2i57rakm4g86f7hbhkby8af0vv7v63a70lk3m58mkycpy5q2rm"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55))