diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-29 12:51:10 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-30 20:43:02 +0200 |
commit | 81a24a9bb06e3ab4f76eaa0971bde4e733ec305a (patch) | |
tree | ee37f60dd44ef68fbbfffa2e6430bd4bb4e5bf56 /gnu/packages/ghostscript.scm | |
parent | 0d1c22494bca317e99ee3260c144fb70b1aa34ac (diff) | |
download | guix-81a24a9bb06e3ab4f76eaa0971bde4e733ec305a.tar guix-81a24a9bb06e3ab4f76eaa0971bde4e733ec305a.tar.gz |
gnu: libpaper: Update to 1.2.3.
* gnu/packages/ghostscript.scm (libpaper): Update to 1.2.3.
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 ee6700747e..93c01a3beb 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -77,7 +77,7 @@ Consortium standard (ICC), approved as ISO 15076-1.") (define-public libpaper (package (name "libpaper") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) (uri (string-append "https://github.com/rrthomas/libpaper/releases" @@ -85,7 +85,7 @@ Consortium standard (ICC), approved as ISO 15076-1.") version ".tar.gz")) (sha256 (base32 - "0lixfgmdbna6gflsgp05d09zygrqi1ip5hsg0p33lh7ndjf6v5ma")))) + "1cjs3bvzif433y9js8m9hlscgvsbihww4dq0d3vv58fn474wkffd")))) (build-system gnu-build-system) (native-inputs (list help2man)) |