guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: font-util: Update to 1.3.2.


From: guix-commits
Subject: 13/13: gnu: font-util: Update to 1.3.2.
Date: Sun, 29 Sep 2019 11:37:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9e4a244bd00b3a1db5a3ed20dd858802c5200601
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 29 17:34:56 2019 +0200

    gnu: font-util: Update to 1.3.2.
    
    * gnu/packages/xorg.scm (font-util): Update to 1.3.2.
---
 gnu/packages/xorg.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e4050a1..cea67cb 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -838,7 +838,7 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
 (define-public font-util
   (package
     (name "font-util")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
       (origin
         (method url-fetch)
@@ -847,8 +847,7 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
                version
                ".tar.bz2"))
         (sha256
-          (base32
-            "08drjb6cf84pf5ysghjpb4i7xkd2p86k3wl2a0jxs1jif6qbszma"))))
+          (base32 "10i2a8b3d1h3w7klsqf31iz7zbd6l8wglil54fkhdb1385281n1s"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (home-page "https://www.x.org/wiki/";)



reply via email to

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