summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-01 19:34:30 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-01 20:42:13 +0200
commit4f5756c401f2b7592806b3227d3298c5cf71c5d5 (patch)
tree6868e39d58011e18e5a7cacd38ae874ef1c4cc2f /gnu
parent1dc428c6644aed767c813bceaf7012a8e46d7afe (diff)
downloadguix-4f5756c401f2b7592806b3227d3298c5cf71c5d5.tar.gz
gnu: fcft: Update to 2.4.1.
* gnu/packages/fontutils.scm (fcft): Update to 2.4.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/fontutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index c02be6463c..9c7393b963 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.3.3")
+    (version "2.4.1")
     (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
-                "0314r038jl17hrhc9nrbx30jk0pz8ckbdnizws4r46b1rf4h0b1f"))))
+                "00rwh5qfayihrq0wjx8pxqw5ah6g5ym6raxvdbqb6g6rk7m2j423"))))
     (build-system meson-build-system)
     (arguments
      `(#:meson ,meson-0.55))