guix-commits
[Top][All Lists]
Advanced

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

30/49: gnu: libspectre: Update to 0.2.9.


From: guix-commits
Subject: 30/49: gnu: libspectre: Update to 0.2.9.
Date: Fri, 23 Jul 2021 11:33:09 -0400 (EDT)

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

commit 6b5b09f1d2d0e825bb2a31103460c12efccce8a4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 19 20:49:44 2021 +0200

    gnu: libspectre: Update to 0.2.9.
    
    * gnu/packages/ghostscript.scm (libspectre): Update to 0.2.9.
---
 gnu/packages/ghostscript.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 26a964d..378ff6b 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -387,13 +387,14 @@ Ghostscript.  It currently includes the 35 standard 
PostScript fonts.")
 (define-public libspectre
   (package
    (name "libspectre")
-   (version "0.2.8")
+   (version "0.2.9")
    (source (origin
             (method url-fetch)
-            (uri (string-append 
"https://libspectre.freedesktop.org/releases/libspectre-";
-                                version ".tar.gz"))
-            (sha256 (base32
-                     "1a67iglsc3r05mzngyg9kb1gy8whq4fgsnyjwi7bqfw2i7rnl9b5"))))
+            (uri (string-append "https://libspectre.freedesktop.org/releases";
+                                "/libspectre-" version ".tar.gz"))
+            (sha256
+             (base32
+              "1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9"))))
    (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]