guix-commits
[Top][All Lists]
Advanced

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

05/64: gnu: bdftopcf: Update to 1.0.5.


From: Andy Wingo
Subject: 05/64: gnu: bdftopcf: Update to 1.0.5.
Date: Thu, 18 Feb 2016 20:57:50 +0000

wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.

commit 1d8eccd38db6189c8cf0f948cad4c306c8603b8e
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 20:59:12 2016 +0100

    gnu: bdftopcf: Update to 1.0.5.
    
    * gnu/packages/xorg.scm (bdftopcf): Update to 1.0.5.
---
 gnu/packages/xorg.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 82a5d99..389cb70 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -132,7 +132,7 @@ autotools system.")
 (define-public bdftopcf
   (package
     (name "bdftopcf")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
       (origin
         (method url-fetch)
@@ -142,7 +142,7 @@ autotools system.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1617zmgnx50n7vxlqyj84fl7vnk813jjqmi6jpigyz1xp9br1xga"))))
+            "09i03sk878cmx2i40lkpsysn7zqcvlczb30j7x3lryb11jz4gx1q"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxfont" ,libxfont)))



reply via email to

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