diff options
| author | Marius Bakke <marius@gnu.org> | 2021-07-19 20:49:44 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:45 +0200 |
| commit | 6b5b09f1d2d0e825bb2a31103460c12efccce8a4 (patch) | |
| tree | 1d7194b5765e9b09c1b5af8405ec73382eea9840 | |
| parent | 07e9bd7734ca4c16187732b01eb2eba3a4b99ed7 (diff) | |
gnu: libspectre: Update to 0.2.9.
* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.9.
| -rw-r--r-- | gnu/packages/ghostscript.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 26a964d4d4a..378ff6b37da 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -387,13 +387,14 @@ Ghostscript. It currently includes the 35 standard PostScript fonts.") | |||
| 387 | (define-public libspectre | 387 | (define-public libspectre |
| 388 | (package | 388 | (package |
| 389 | (name "libspectre") | 389 | (name "libspectre") |
| 390 | (version "0.2.8") | 390 | (version "0.2.9") |
| 391 | (source (origin | 391 | (source (origin |
| 392 | (method url-fetch) | 392 | (method url-fetch) |
| 393 | (uri (string-append "https://libspectre.freedesktop.org/releases/libspectre-" | 393 | (uri (string-append "https://libspectre.freedesktop.org/releases" |
| 394 | version ".tar.gz")) | 394 | "/libspectre-" version ".tar.gz")) |
| 395 | (sha256 (base32 | 395 | (sha256 |
| 396 | "1a67iglsc3r05mzngyg9kb1gy8whq4fgsnyjwi7bqfw2i7rnl9b5")))) | 396 | (base32 |
| 397 | "1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9")))) | ||
| 397 | (build-system gnu-build-system) | 398 | (build-system gnu-build-system) |
| 398 | (inputs `(("ghostscript" ,ghostscript))) | 399 | (inputs `(("ghostscript" ,ghostscript))) |
| 399 | (native-inputs `(("pkg-config" ,pkg-config))) | 400 | (native-inputs `(("pkg-config" ,pkg-config))) |
