gmp: update 5.1.x branch to version 5.1.3

This commit is contained in:
Peter Simons 2014-01-13 16:47:23 +01:00
parent 7148f50ef3
commit 68eea9c19e
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, m4, cxx ? true }:
stdenv.mkDerivation rec {
name = "gmp-5.1.1";
name = "gmp-5.1.3";
src = fetchurl {
urls = [ "mirror://gnu/gmp/${name}.tar.bz2" "ftp://ftp.gmplib.org/pub/${name}/${name}.tar.bz2" ];
sha256 = "1bdgf04k2i12pfivxgjq68iarz3ngix9hpzbmkgijrdk92gpgm50";
sha256 = "0q5i39pxrasgn9qdxzpfbwhh11ph80p57x6hf48m74261d97j83m";
};
nativeBuildInputs = [ m4 ];

View File

@ -4375,7 +4375,7 @@ let
gmp5 = callPackage ../development/libraries/gmp/5.0.5.nix { };
gmp51 = callPackage ../development/libraries/gmp/5.1.1.nix { };
gmp51 = callPackage ../development/libraries/gmp/5.1.3.nix { };
gobjectIntrospection = callPackage ../development/libraries/gobject-introspection { };