From b58016b007444b25ab5256eb21896cd859038901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 24 Aug 2011 15:44:54 +0000 Subject: [PATCH] Updating the nongnu ghostscript svn path=/nixpkgs/trunk/; revision=28790 --- pkgs/misc/ghostscript/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/ghostscript/default.nix b/pkgs/misc/ghostscript/default.nix index 2068f9fa221..442fb8a0e50 100644 --- a/pkgs/misc/ghostscript/default.nix +++ b/pkgs/misc/ghostscript/default.nix @@ -38,10 +38,10 @@ let }; mainlineData = { - name = "ghostscript-9.02"; + name = "ghostscript-9.04"; src = fetchurl { - url = http://downloads.ghostscript.com/public/ghostscript-9.02.tar.bz2; - sha256 = "0np0kr02bsqzag9sdbcg2kkjda0rjsvi484ic28qyvx32fnjrsh3"; + url = http://downloads.ghostscript.com/public/ghostscript-9.04.tar.bz2; + sha256 = "1i0bsfzwppzk112vy62ydz927m9dlc1wvywanzi09hnk9as20b7q"; }; meta = meta // { homepage = http://www.ghostscript.com/;