summary refs log tree commit diff
path: root/pkgs/misc/ghostscript
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-09-02 17:14:49 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-09-02 17:14:49 +0200
commit83c734cf38fcfd0583bce6ab6dbc6e67d5a12674 (patch)
tree43ea61dc3ede6a13e8daa8134216fefa44c5d3c8 /pkgs/misc/ghostscript
parent0fc3e2817a1d4d20aed4617f41cdb84f93d1e021 (diff)
downloadnixpkgs-83c734cf38fcfd0583bce6ab6dbc6e67d5a12674.tar
nixpkgs-83c734cf38fcfd0583bce6ab6dbc6e67d5a12674.tar.gz
nixpkgs-83c734cf38fcfd0583bce6ab6dbc6e67d5a12674.tar.bz2
nixpkgs-83c734cf38fcfd0583bce6ab6dbc6e67d5a12674.tar.lz
nixpkgs-83c734cf38fcfd0583bce6ab6dbc6e67d5a12674.tar.xz
nixpkgs-83c734cf38fcfd0583bce6ab6dbc6e67d5a12674.tar.zst
nixpkgs-83c734cf38fcfd0583bce6ab6dbc6e67d5a12674.zip
ghostscript: maintenance update
Diffstat (limited to 'pkgs/misc/ghostscript')
-rw-r--r--pkgs/misc/ghostscript/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/ghostscript/default.nix b/pkgs/misc/ghostscript/default.nix
index 64cd8b9f6ac..ba136530593 100644
--- a/pkgs/misc/ghostscript/default.nix
+++ b/pkgs/misc/ghostscript/default.nix
@@ -41,10 +41,10 @@ let
   };
 
   mainlineSrc = rec {
-    name = "ghostscript-9.09";
+    name = "ghostscript-9.10";
     src = fetchurl {
       url = "http://downloads.ghostscript.com/public/${name}.tar.bz2";
-      sha256 = "1xwn4zlfb9jz0vrda0vd42qwfqddiav7rdkga0q94jc2q1qddzx6";
+      sha256 = "106mglk77dhdra1m0ddnmaq645xj1aj45qvlh8izv3xx4cdrv3bc";
     };
     meta = meta_common // {
       homepage = "http://www.ghostscript.com/";