guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libspectre: Update to 0.2.8.


From: Leo Famulari
Subject: 02/03: gnu: libspectre: Update to 0.2.8.
Date: Wed, 14 Jun 2017 11:42:27 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 94522776fba2c31cde96b5f0780d0e6995fb8c92
Author: Leo Famulari <address@hidden>
Date:   Wed Jun 14 10:34:33 2017 -0400

    gnu: libspectre: Update to 0.2.8.
    
    * gnu/packages/ghostscript.scm (libspectre): Update to 0.2.8.
---
 gnu/packages/ghostscript.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index e0ae9ba..136484e 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -309,13 +309,13 @@ Ghostscript.  It currently includes the 35 standard 
PostScript fonts.")
 (define-public libspectre
   (package
    (name "libspectre")
-   (version "0.2.7")
+   (version "0.2.8")
    (source (origin
             (method url-fetch)
             (uri (string-append 
"https://libspectre.freedesktop.org/releases/libspectre-";
                                 version ".tar.gz"))
             (sha256 (base32
-                     "1v63lqc6bhhxwkpa43qmz8phqs8ci4dhzizyy16d3vkb20m846z8"))))
+                     "1a67iglsc3r05mzngyg9kb1gy8whq4fgsnyjwi7bqfw2i7rnl9b5"))))
    (build-system gnu-build-system)
    (inputs `(("ghostscript" ,ghostscript)))
    (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

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