me
/
guix
Archived
1
0
Fork 0

gnu: fcft: Update to 2.3.2.

* gnu/packages/fontutils.scm (fcft): Update to 2.3.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -836,7 +836,7 @@ maintain the Noto Fonts project.")
(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 @@ maintain the Noto Fonts project.")
(file-name (git-file-name name version))
(sha256
(base32
"1ddzdfq6y9db50zimxfsr955zkpr8y6fk4nrblsl0j0vliywlg8l"))))
"0k2i57rakm4g86f7hbhkby8af0vv7v63a70lk3m58mkycpy5q2rm"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55))