Advance Racket to version 5.1.3

svn path=/nixpkgs/trunk/; revision=28617
This commit is contained in:
Karn Kallio 2011-08-16 15:43:46 +00:00
parent ed46e56842
commit 323f4a3464

View file

@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "racket";
version = "5.1.2";
version = "5.1.3";
name = "${pname}-${version}";
src = fetchurl {
url = "http://download.racket-lang.org/installers/${version}/${pname}/${name}-src-unix.tgz";
sha256 = "0nqp8606sfdby4pnvnab958ln52953jig3kqqlqyp0y32xn1v1wr";
sha256 = "0dhcx6fzjc2cnhfr0j3pbq8lgxfgmhssidi62q0byiqpcm8wjd98";
};
# Various racket executables do run-time searches for these.