Skip to content

Commit

Permalink
perl-Math-BigRat: 0.260801 -> 0.260802
Browse files Browse the repository at this point in the history
Also fix license.
  • Loading branch information
rycee committed Apr 17, 2016
1 parent dee8089 commit b8d7228
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7354,14 +7354,15 @@ let self = _self // overrides; _self = with self; {
};

MathBigRat = buildPerlPackage rec {
name = "Math-BigRat-0.260801";
name = "Math-BigRat-0.260802";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
sha256 = "0ghzz7qzfvp70ywvb2vnvr06l62sx1bcjbrjyara0pmqdnvpysar";
sha256 = "1b1ed448c355677bf6403705f8428fee5bdf2bb138a3fe721bf51414c1695508";
};
meta = {
description = "Arbitrary big rational numbers";
license = "perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};

Expand Down

0 comments on commit b8d7228

Please sign in to comment.