summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-11-29 23:47:24 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-05 17:58:59 +0100
commite0fb90490e47e6304dd6f12f16b0b66df1c56c50 (patch)
tree4b9112ae8ce8cba369149b2b927b29cc31e705bf /gnu/packages/ghostscript.scm
parentc751e5c6bba28365073c99bdbebf4c64b382dce5 (diff)
gnu: ghostscript: Update to 9.50.
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.50. * gnu/packages/patches/ghostscript-no-header-id.patch: Adjust context.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 224a83641b7..72a38fddf5a 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -156,7 +156,7 @@ printing, and psresize, for adjusting page sizes.")
156(define-public ghostscript 156(define-public ghostscript
157 (package 157 (package
158 (name "ghostscript") 158 (name "ghostscript")
159 (version "9.27") 159 (version "9.50")
160 (source 160 (source
161 (origin 161 (origin
162 (method url-fetch) 162 (method url-fetch)
@@ -166,7 +166,7 @@ printing, and psresize, for adjusting page sizes.")
166 "/ghostscript-" version ".tar.xz")) 166 "/ghostscript-" version ".tar.xz"))
167 (sha256 167 (sha256
168 (base32 168 (base32
169 "06dnj0mxyaryfbwlsjwaqf847w91w2h8f108kxxcc41nrnx1y3zw")) 169 "1m770dwc82afdgzgq2kar3120r1lbybm3mssdm79f8kggf0v16yv"))
170 (patches (search-patches "ghostscript-no-header-creationdate.patch" 170 (patches (search-patches "ghostscript-no-header-creationdate.patch"
171 "ghostscript-no-header-id.patch" 171 "ghostscript-no-header-id.patch"
172 "ghostscript-no-header-uuid.patch")) 172 "ghostscript-no-header-uuid.patch"))