mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: libspectre: Update to 0.2.10.
* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.10.
This commit is contained in:
parent
ff5b912c14
commit
b181e679e1
1 changed files with 2 additions and 2 deletions
|
@ -363,14 +363,14 @@ (define-public gs-fonts
|
||||||
(define-public libspectre
|
(define-public libspectre
|
||||||
(package
|
(package
|
||||||
(name "libspectre")
|
(name "libspectre")
|
||||||
(version "0.2.9")
|
(version "0.2.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://libspectre.freedesktop.org/releases"
|
(uri (string-append "https://libspectre.freedesktop.org/releases"
|
||||||
"/libspectre-" version ".tar.gz"))
|
"/libspectre-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9"))))
|
"01sdaakrv5js8r6gj2r1ankyl304161z060f25mrmz3b1ylb4q6g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list ghostscript))
|
(inputs (list ghostscript))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue