diff options
| author | Marius Bakke <marius@gnu.org> | 2022-09-16 19:29:05 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-09-16 22:41:22 +0200 |
| commit | 2ca34cc3bbf03bd67eecbcaecfb67823794b807b (patch) | |
| tree | a516911dff6c220d8764d8b923af45217a2e4f97 /gnu/packages/ghostscript.scm | |
| parent | e9aebdd23b3bbb3eee6cc0b57bda4dc1156d1a48 (diff) | |
gnu: libpaper: Update to 2.0.0.
* gnu/packages/ghostscript.scm (libpaper): Update to 2.0.0.
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 93c01a3beb4..8142d0b9cd5 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.3") | 80 | (version "2.0.0") |
| 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 | "1cjs3bvzif433y9js8m9hlscgvsbihww4dq0d3vv58fn474wkffd")))) | 88 | "0aipyaqp30cn919j7w5wvlgkw0v4aqsax82i2zw4wmgck8g6ax77")))) |
| 89 | (build-system gnu-build-system) | 89 | (build-system gnu-build-system) |
| 90 | (native-inputs | 90 | (native-inputs |
| 91 | (list help2man)) | 91 | (list help2man)) |
