diff options
| author | Alex Vong <alexvong1995@gmail.com> | 2017-02-11 22:45:38 +0800 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-12 22:24:55 +0100 |
| commit | e4f43bc517a5ccf181f23072da4544c6437d92ae (patch) | |
| tree | 2ae2127249bb1b502b3de3891b083aa56e63f666 /gnu/packages/ghostscript.scm | |
| parent | 20c1b4b88d396b6261660e2fda03229094cce62d (diff) | |
gnu: lcms: Update to 2.8.
* gnu/packages/ghostscript.scm (lcms): Update to 2.8.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index dcbed69e3ed..4b8e62348cd 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> | 3 | ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> |
| 4 | ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> | 4 | ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> |
| 5 | ;;; Copyright © 2013, 2015, 2016 Ludovic Courtès <ludo@gnu.org> | 5 | ;;; Copyright © 2013, 2015, 2016 Ludovic Courtès <ludo@gnu.org> |
| 6 | ;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com> | ||
| 6 | ;;; | 7 | ;;; |
| 7 | ;;; This file is part of GNU Guix. | 8 | ;;; This file is part of GNU Guix. |
| 8 | ;;; | 9 | ;;; |
| @@ -39,14 +40,14 @@ | |||
| 39 | (define-public lcms | 40 | (define-public lcms |
| 40 | (package | 41 | (package |
| 41 | (name "lcms") | 42 | (name "lcms") |
| 42 | (version "2.6") | 43 | (version "2.8") |
| 43 | (source (origin | 44 | (source (origin |
| 44 | (method url-fetch) | 45 | (method url-fetch) |
| 45 | (uri (string-append "mirror://sourceforge/lcms/lcms/" version | 46 | (uri (string-append "mirror://sourceforge/lcms/lcms/" version |
| 46 | "/lcms2-" version ".tar.gz")) | 47 | "/lcms2-" version ".tar.gz")) |
| 47 | (patches (search-patches "lcms-fix-out-of-bounds-read.patch")) | 48 | (patches (search-patches "lcms-fix-out-of-bounds-read.patch")) |
| 48 | (sha256 (base32 | 49 | (sha256 (base32 |
| 49 | "1c8lgq8gfs3nyplvbx9k8wzfj6r2bqi3f611vb1m8z3476454wji")))) | 50 | "08pvl289g0mbznzx5l6ibhaldsgx41kwvdn2c974ga9fkli2pl36")))) |
| 50 | (build-system gnu-build-system) | 51 | (build-system gnu-build-system) |
| 51 | (inputs `(("libjpeg-8" ,libjpeg-8) | 52 | (inputs `(("libjpeg-8" ,libjpeg-8) |
| 52 | ("libtiff" ,libtiff) | 53 | ("libtiff" ,libtiff) |
