diff options
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 ee6700747e2..93c01a3beb4 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -77,7 +77,7 @@ Consortium standard (ICC), approved as ISO 15076-1.") | |||
| 77 | (define-public libpaper | 77 | (define-public libpaper |
| 78 | (package | 78 | (package |
| 79 | (name "libpaper") | 79 | (name "libpaper") |
| 80 | (version "1.2.2") | 80 | (version "1.2.3") |
| 81 | (source (origin | 81 | (source (origin |
| 82 | (method url-fetch) | 82 | (method url-fetch) |
| 83 | (uri (string-append "https://github.com/rrthomas/libpaper/releases" | 83 | (uri (string-append "https://github.com/rrthomas/libpaper/releases" |
| @@ -85,7 +85,7 @@ Consortium standard (ICC), approved as ISO 15076-1.") | |||
| 85 | version ".tar.gz")) | 85 | version ".tar.gz")) |
| 86 | (sha256 | 86 | (sha256 |
| 87 | (base32 | 87 | (base32 |
| 88 | "0lixfgmdbna6gflsgp05d09zygrqi1ip5hsg0p33lh7ndjf6v5ma")))) | 88 | "1cjs3bvzif433y9js8m9hlscgvsbihww4dq0d3vv58fn474wkffd")))) |
| 89 | (build-system gnu-build-system) | 89 | (build-system gnu-build-system) |
| 90 | (native-inputs | 90 | (native-inputs |
| 91 | (list help2man)) | 91 | (list help2man)) |
