mpfr: update to version 3.1.1

This commit is contained in:
Peter Simons 2013-01-11 17:04:20 +01:00
parent c77946fa70
commit 0728c65af6
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, gmp}:
stdenv.mkDerivation (rec {
name = "mpfr-3.1.0";
name = "mpfr-3.1.1";
src = fetchurl {
url = "mirror://gnu/mpfr/${name}.tar.bz2";
sha256 = "105nx8qqx5x8f4rlplr2wk4cyv61iw5j3jgi2k21rpb8s6xbp9vl";
sha256 = "1zfmmk4p26b67qpmh787p3dfxa71yd9mi02c4q45yf687pqw6rkv";
};
buildInputs = [ gmp ];