diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 00:42:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-05 01:36:23 +0200 |
commit | c40732b30cebb8f45fa75d08244e1ceff1768f6e (patch) | |
tree | 3ff88f704244a5968c9e7ceed206799505af808a /gnu/packages | |
parent | da878d7380c144ed8183e9369b46bdcd11ecd683 (diff) |
gnu: fcft: Update to 2.4.5.
* gnu/packages/fontutils.scm (fcft): Update to 2.4.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fontutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index fefe710677..2d7213fd70 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -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)) |