Archived
1
0
Fork 0

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 @@ maintain the Noto Fonts project.")
(define-public fcft (define-public fcft
(package (package
(name "fcft") (name "fcft")
(version "2.3.1") (version "2.3.2")
(home-page "https://codeberg.org/dnkl/fcft") (home-page "https://codeberg.org/dnkl/fcft")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -844,7 +844,7 @@ maintain the Noto Fonts project.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ddzdfq6y9db50zimxfsr955zkpr8y6fk4nrblsl0j0vliywlg8l")))) "0k2i57rakm4g86f7hbhkby8af0vv7v63a70lk3m58mkycpy5q2rm"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:meson ,meson-0.55)) `(#:meson ,meson-0.55))