guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: fcft: Update to 2.3.2.


From: guix-commits
Subject: 01/07: gnu: fcft: Update to 2.3.2.
Date: Tue, 22 Dec 2020 07:10:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9ff57f34dd737f380ba197cf301eace527d92e0c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 23:08:36 2020 +0100

    gnu: fcft: Update to 2.3.2.
    
    * gnu/packages/fontutils.scm (fcft): Update to 2.3.2.
---
 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 ed2e960..ea4b0f0 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -836,7 +836,7 @@ maintain the Noto Fonts project.")
 (define-public fcft
   (package
     (name "fcft")
-    (version "2.3.1")
+    (version "2.3.2")
     (home-page "https://codeberg.org/dnkl/fcft";)
     (source (origin
               (method git-fetch)
@@ -844,7 +844,7 @@ maintain the Noto Fonts project.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ddzdfq6y9db50zimxfsr955zkpr8y6fk4nrblsl0j0vliywlg8l"))))
+                "0k2i57rakm4g86f7hbhkby8af0vv7v63a70lk3m58mkycpy5q2rm"))))
     (build-system meson-build-system)
     (arguments
      `(#:meson ,meson-0.55))



reply via email to

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