guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: fcft: Update to 2.4.6.


From: guix-commits
Subject: 01/03: gnu: fcft: Update to 2.4.6.
Date: Mon, 25 Oct 2021 20:07:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b8fc7c23596b542b81306829b31cf255d908fa65
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 26 01:54:14 2021 +0200

    gnu: fcft: Update to 2.4.6.
    
    * gnu/packages/fontutils.scm (fcft): Update to 2.4.6.
---
 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 733a407..2b98c64 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.5")
+    (version "2.4.6")
     (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
-                "0z4bqap88pydkgcxrsvm3fmcyhi9x7z8knliarvdcvqlk7qnyzfh"))))
+                "0jh05wzrif7z1xf9jzs8bgf49lpj5zs55agj414bmmwdddk7my7j"))))
     (build-system meson-build-system)
     (arguments
      `(#:meson ,meson-0.55))



reply via email to

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