guix-commits
[Top][All Lists]
Advanced

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

22/23: gnu: mkfontscale: Update to 1.2.1.


From: guix-commits
Subject: 22/23: gnu: mkfontscale: Update to 1.2.1.
Date: Fri, 22 Mar 2019 19:39:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 42e00f63e244f0354c53759240fa96ea565fb297
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 16:55:08 2019 +0100

    gnu: mkfontscale: Update to 1.2.1.
    
    * gnu/packages/xorg.scm (mkfontscale): Update to 1.2.1.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index fe65cfa..a396586 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1579,7 +1579,7 @@ input from UTF-8 into the locale's encoding.")
 (define-public mkfontscale
   (package
     (name "mkfontscale")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
       (origin
         (method url-fetch)
@@ -1588,7 +1588,7 @@ input from UTF-8 into the locale's encoding.")
                version
                ".tar.bz2"))
         (sha256
-          (base32 "1gn423m0v1w98df7ni74zrj2rkhsapnqfzr8139l638kkyz7far8"))))
+          (base32 "1ixsnsm2mn0zy9ksdid0lj6irnhvasfik9mz8bbrs5sajzmra16a"))))
     (build-system gnu-build-system)
     (inputs
       `(("zlib" ,zlib)



reply via email to

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