me
/
guix
Archived
1
0
Fork 0

gnu: libspectre: Update to 0.2.10.

* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.10.
master
Marius Bakke 2022-07-07 00:30:56 +02:00
parent ff5b912c14
commit b181e679e1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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))