mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
perl-Math-BigRat: 0.260805 -> 0.2611
This commit is contained in:
parent
f8fdf3dcb3
commit
8d593f2610
@ -7816,16 +7816,15 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
MathBigRat = buildPerlPackage rec {
|
||||
name = "Math-BigRat-0.260805";
|
||||
name = "Math-BigRat-0.2611";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
|
||||
sha256 = "9e41be24272e262fadc1921c7f51ff218384c92e5628cb53bf62b3026710fd41";
|
||||
sha256 = "a8a033d0ccac9ac641c73867d71f2455ecb2339984cd964b1e3cfb2859e9fd81";
|
||||
};
|
||||
propagatedBuildInputs = [ MathBigInt ];
|
||||
meta = {
|
||||
description = "Arbitrary big rational numbers";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user