scribus: update from 1.4.1 to 1.4.3

This commit is contained in:
Nixpkgs Monitor 2013-12-21 02:20:32 +02:00 committed by Evgeny Egorochkin
parent 7af191826e
commit 59c3fb01f5

View File

@ -3,11 +3,11 @@
, zlib, libpng, xorg, cairo, podofo, aspell, boostHeaders, cmake }:
stdenv.mkDerivation rec {
name = "scribus-1.4.1";
name = "scribus-1.4.3";
src = fetchurl {
url = "mirror://sourceforge/scribus/scribus/${name}.tar.xz";
sha256 = "1n67z2bk5ca2sxvv43jvj7yygfr4d2x5yc69zk70v38prm0gqlv8";
sha256 = "1zxgl2g299rllfy5ihs5skicpv7zcmz149ahraami69gqcag6bn7";
};
enableParallelBuilding = true;