guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: mkfontscale: Update to 1.1.3.


From: Marius Bakke
Subject: 07/09: gnu: mkfontscale: Update to 1.1.3.
Date: Wed, 7 Mar 2018 08:54:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5668a365d66d7150920822aadb12dd47ffb8d49f
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 7 14:10:42 2018 +0100

    gnu: mkfontscale: Update to 1.1.3.
    
    * gnu/packages/xorg.scm (mkfontscale): Update to 1.1.3.
---
 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 3ae9369..9ee7ef5 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1558,7 +1558,7 @@ input from UTF-8 into the locale's encoding.")
 (define-public mkfontscale
   (package
     (name "mkfontscale")
-    (version "1.1.2")
+    (version "1.1.3")
     (source
       (origin
         (method url-fetch)
@@ -1568,7 +1568,7 @@ input from UTF-8 into the locale's encoding.")
                ".tar.bz2"))
         (sha256
           (base32
-            "081z8lwh9c1gyrx3ad12whnpv3jpfbqsc366mswpfm48mwl54vcc"))))
+            "0siag28jpm8hj62bgjvw81sjfgrc7vcy2h7127bl4iazxrlxz60y"))))
     (build-system gnu-build-system)
     (inputs
       `(("zlib" ,zlib)



reply via email to

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