diff options
| author | Marius Bakke <marius@gnu.org> | 2022-07-07 00:30:56 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-07-16 23:25:18 +0200 |
| commit | b181e679e13240d29c2df0d682741c91a5c02161 (patch) | |
| tree | ec93db8ebac9f9d9373b85c745f397af741d4a4d /gnu/packages/ghostscript.scm | |
| parent | ff5b912c143c4be2e49a93706cecb97cf510c1f2 (diff) | |
gnu: libspectre: Update to 0.2.10.
* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.10.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index e11ab0c6ad1..da85feaf216 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -363,14 +363,14 @@ Ghostscript. It currently includes the 35 standard PostScript fonts.") | |||
| 363 | (define-public libspectre | 363 | (define-public libspectre |
| 364 | (package | 364 | (package |
| 365 | (name "libspectre") | 365 | (name "libspectre") |
| 366 | (version "0.2.9") | 366 | (version "0.2.10") |
| 367 | (source (origin | 367 | (source (origin |
| 368 | (method url-fetch) | 368 | (method url-fetch) |
| 369 | (uri (string-append "https://libspectre.freedesktop.org/releases" | 369 | (uri (string-append "https://libspectre.freedesktop.org/releases" |
| 370 | "/libspectre-" version ".tar.gz")) | 370 | "/libspectre-" version ".tar.gz")) |
| 371 | (sha256 | 371 | (sha256 |
| 372 | (base32 | 372 | (base32 |
| 373 | "1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9")))) | 373 | "01sdaakrv5js8r6gj2r1ankyl304161z060f25mrmz3b1ylb4q6g")))) |
| 374 | (build-system gnu-build-system) | 374 | (build-system gnu-build-system) |
| 375 | (inputs (list ghostscript)) | 375 | (inputs (list ghostscript)) |
| 376 | (native-inputs (list pkg-config)) | 376 | (native-inputs (list pkg-config)) |
