2.4.3 -> 2.4.4, still Python warnings

svn path=/nixpkgs/branches/stdenv-updates/; revision=10578
This commit is contained in:
Yury G. Kudryashov 2008-02-10 17:36:51 +00:00
parent 0d4ff25ce9
commit 591ae36522

View File

@ -4,10 +4,10 @@
}:
stdenv.mkDerivation {
name = "gimp-2.4.3";
name = "gimp-2.4.4";
src = fetchurl {
url = ftp://ftp.gtk.org/pub/gimp/v2.4/gimp-2.4.3.tar.bz2;
sha256 = "1m9gdm6wa33x1bymy3c2d006ks0acq1y8a94rc4401f6mrw8jj8b";
url = ftp://ftp.gtk.org/pub/gimp/v2.4/gimp-2.4.4.tar.bz2;
sha256 = "1mnl30b4p7c2lxi68z3fhwmganhwppyiw7r0m3r90vnakcawfnfh";
};
buildInputs = [