guix-commits
[Top][All Lists]
Advanced

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

55/116: gnu: bdftopcf: Update to 1.0.4.


From: Mark H. Weaver
Subject: 55/116: gnu: bdftopcf: Update to 1.0.4.
Date: Sat, 20 Dec 2014 04:38:38 +0000

mhw pushed a commit to branch xorg-updates
in repository guix.

commit 95b7bafea044fa37386370c7ebfb3747aa826c2a
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 15:01:48 2014 -0500

    gnu: bdftopcf: Update to 1.0.4.
    
    * gnu/packages/xorg.scm (bdftopcf): Update to 1.0.4.
---
 gnu/packages/xorg.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 789b456..adb48e0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -125,17 +125,17 @@ autotools system.")
 (define-public bdftopcf
   (package
     (name "bdftopcf")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/bdftopcf-"
+               "mirror://xorg/individual/app/bdftopcf-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "02hx981f7jfwylxj21s91yvv4h597nqqzz3vd6ar81zyn84b944w"))))
+            "1617zmgnx50n7vxlqyj84fl7vnk813jjqmi6jpigyz1xp9br1xga"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxfont" ,libxfont)))



reply via email to

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