guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: font-gnu-unifont: Update to 11.0.03.


From: guix-commits
Subject: 01/01: gnu: font-gnu-unifont: Update to 11.0.03.
Date: Mon, 10 Dec 2018 04:07:37 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f21058dc5c423f76d51542f557927d756548e5be
Author: Efraim Flashner <address@hidden>
Date:   Mon Dec 10 10:52:51 2018 +0200

    gnu: font-gnu-unifont: Update to 11.0.03.
    
    * gnu/packages/fonts.scm (font-gnu-unifont): Update to 11.0.03.
    [arguments]: Enable parallel builds.
---
 gnu/packages/fonts.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index f9f8428..b0cb78c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -622,7 +622,7 @@ languages, plus Greek and Cyrillic.")
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "11.0.02")
+    (version "11.0.03")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -630,16 +630,14 @@ languages, plus Greek and Cyrillic.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1di8i44c163b9l5f08jcrjfijnqz0j7p7hpfvf8dcms6cm6s4wvy"))))
+                "171zhm52c4rzpn19qcq4n9nyfbcjl38v50zslhvgpjdcmc5jvhav"))))
     (build-system gnu-build-system)
-    (outputs '("out" ; TrueType version
-               "pcf" ; PCF (bitmap) version
-               "psf" ; PSF (console) version
-               "bin" ; Utilities to manipulate '.hex' format
-               ))
+    (outputs '("out"   ; TrueType version
+               "pcf"   ; PCF (bitmap) version
+               "psf"   ; PSF (console) version
+               "bin")) ; Utilities to manipulate '.hex' format
     (arguments
-     '(#:parallel-build? #f ; parallel build fails
-       #:tests? #f          ; no check target
+     '(#:tests? #f          ; no check target
        #:phases
        (modify-phases %standard-phases
          (replace



reply via email to

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