Author: ludo
Date: Sun Oct 2 20:35:40 2011
New Revision: 29586
URL: https://ssl.nixos.org/websvn/nix/?rev=29586&sc=1
Log:
GNU MPFR 3.0.1.
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpfr/default.nix
Modified:
nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpfr/default.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpfr/default.nix
Sun Oct 2 20:28:19 2011 (r29585)
+++ nixpkgs/branches/stdenv-updates/pkgs/development/libraries/mpfr/default.nix
Sun Oct 2 20:35:40 2011 (r29586)
@@ -1,11 +1,11 @@
{stdenv, fetchurl, gmp}:
stdenv.mkDerivation rec {
- name = "mpfr-3.0.0";
+ name = "mpfr-3.0.1";
src = fetchurl {
url = "mirror://gnu/mpfr/${name}.tar.bz2";
- sha256 = "07w24h8by7n319p2vwwa1xdcg7qzkd1aqm84lfcbfv2kaff5yklg";
+ sha256 = "0zwfwc9rn2sl3kpnr72fi1b8lh8c0mcmgy61y301jhs9pfcp15z1";
};
buildInputs = [ gmp ];
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits