mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
gmp: update 5.1.x branch to version 5.1.3
This commit is contained in:
parent
7148f50ef3
commit
68eea9c19e
@ -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 ];
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user