guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: fcft: Update to 2.4.1.


From: guix-commits
Subject: 01/04: gnu: fcft: Update to 2.4.1.
Date: Thu, 1 Jul 2021 17:58:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4f5756c401f2b7592806b3227d3298c5cf71c5d5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 1 19:34:30 2021 +0200

    gnu: fcft: Update to 2.4.1.
    
    * gnu/packages/fontutils.scm (fcft): Update to 2.4.1.
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index c02be64..9c7393b 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]