perl-bignum: 0.42 -> 0.43
This commit is contained in:
parent
fad9a8841b
commit
cf7d968f3a
1 changed files with 2 additions and 2 deletions
|
@ -622,10 +622,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
bignum = buildPerlPackage rec {
|
||||
name = "bignum-0.42";
|
||||
name = "bignum-0.43";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PJ/PJACKLAM/${name}.tar.gz";
|
||||
sha256 = "5bc9a16fe6d56584cde0f183828d81466f2cfc08ec1b6ef15d25a732080a9b52";
|
||||
sha256 = "0610cb569fe51ceaa98991549192b54a09b5ebd9bd03aee39e7234f7c222366d";
|
||||
};
|
||||
buildInputs = [ MathBigInt MathBigRat ];
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue