guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ghostscript: Update to 9.14.0.


From: Mark H. Weaver
Subject: 02/02: gnu: ghostscript: Update to 9.14.0.
Date: Tue, 16 Dec 2014 08:07:47 +0000

mhw pushed a commit to branch master
in repository guix.

commit a6e818586b8fee95dcd29c4b023ca61fa7e64d21
Author: Mark H Weaver <address@hidden>
Date:   Tue Dec 16 03:06:40 2014 -0500

    gnu: ghostscript: Update to 9.14.0.
    
    * gnu/packages/ghostscript.scm (ghostscript): Update to 9.14.0.
      Change license to agpl3+.
---
 gnu/packages/ghostscript.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index f59e37e..405b4e7 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -119,13 +119,13 @@ printing, and psresize, for adjusting page sizes.")
 (define-public ghostscript
   (package
    (name "ghostscript")
-   (version "9.06.0")
+   (version "9.14.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/ghostscript/gnu-ghostscript-"
                                 version ".tar.xz"))
             (sha256 (base32
-                     "0bcg2203p7cm0f53f3s883xhj2c91xnaxakj2cy7kcdknfxplvs4"))))
+                     "0q4jj41p0qbr4mgcc9q78f5zs8cm1g57wgryhsm2yq4lfslm3ib1"))))
    (build-system gnu-build-system)
    (inputs `(("freetype" ,freetype)
              ("lcms" ,lcms)
@@ -161,7 +161,7 @@ printing, and psresize, for adjusting page sizes.")
 file format.  It also includes a C library that implements the graphics
 capabilities of the PostScript language.  It supports a wide variety of
 output file formats and printers.")
-   (license license:gpl3+)
+   (license license:agpl3+)
    (home-page "http://www.gnu.org/software/ghostscript/";)))
 
 (define-public gs-fonts



reply via email to

[Prev in Thread] Current Thread [Next in Thread]