me
/
guix
Archived
1
0
Fork 0

gnu: fcft: Update to 2.4.5.

* gnu/packages/fontutils.scm (fcft): Update to 2.4.5.
master
Tobias Geerinckx-Rice 2021-10-05 00:42:13 +02:00
parent da878d7380
commit c40732b30c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -800,7 +800,7 @@ maintain the Noto Fonts project.")
(define-public fcft
(package
(name "fcft")
(version "2.4.1")
(version "2.4.5")
(home-page "https://codeberg.org/dnkl/fcft")
(source (origin
(method git-fetch)
@ -808,7 +808,7 @@ maintain the Noto Fonts project.")
(file-name (git-file-name name version))
(sha256
(base32
"00rwh5qfayihrq0wjx8pxqw5ah6g5ym6raxvdbqb6g6rk7m2j423"))))
"0z4bqap88pydkgcxrsvm3fmcyhi9x7z8knliarvdcvqlk7qnyzfh"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.55))