[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/25: gnu: libspectre: Update to 0.2.10.
From: |
guix-commits |
Subject: |
05/25: gnu: libspectre: Update to 0.2.10. |
Date: |
Sat, 16 Jul 2022 18:08:28 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit b181e679e13240d29c2df0d682741c91a5c02161
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 7 00:30:56 2022 +0200
gnu: libspectre: Update to 0.2.10.
* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.10.
---
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 e11ab0c6ad..da85feaf21 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -363,14 +363,14 @@ Ghostscript. It currently includes the 35 standard
PostScript fonts.")
(define-public libspectre
(package
(name "libspectre")
- (version "0.2.9")
+ (version "0.2.10")
(source (origin
(method url-fetch)
(uri (string-append "https://libspectre.freedesktop.org/releases"
"/libspectre-" version ".tar.gz"))
(sha256
(base32
- "1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9"))))
+ "01sdaakrv5js8r6gj2r1ankyl304161z060f25mrmz3b1ylb4q6g"))))
(build-system gnu-build-system)
(inputs (list ghostscript))
(native-inputs (list pkg-config))
- branch core-updates updated (397147aaad -> f4f6d6582b), guix-commits, 2022/07/16
- 05/25: gnu: libspectre: Update to 0.2.10.,
guix-commits <=
- 03/25: gnu: ghostscript: Update to 9.56.1., guix-commits, 2022/07/16
- 09/25: gnu: flac: Update to 1.3.4., guix-commits, 2022/07/16
- 14/25: gnu: glib-networking: Remove input labels., guix-commits, 2022/07/16
- 15/25: gnu: polkit: Remove obsolete input., guix-commits, 2022/07/16
- 12/25: gnu: libsoup: Remove obsolete input., guix-commits, 2022/07/16
- 17/25: gnu: gobject-introspection: Update to 1.72.0., guix-commits, 2022/07/16
- 25/25: gnu: pangomm: Remove input labels., guix-commits, 2022/07/16
- 01/25: gnu: libpaper: Update to 1.2.1., guix-commits, 2022/07/16
- 06/25: gnu: jbig2dec: Remove obsolete code., guix-commits, 2022/07/16
- 07/25: gnu: lcms: Update to 2.13.1., guix-commits, 2022/07/16