perlPackages.NumberCompare: update from 0.01 to 0.03
This commit is contained in:
parent
0c5d9983bf
commit
630586c605
1 changed files with 3 additions and 3 deletions
|
@ -6408,10 +6408,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
NumberCompare = buildPerlPackage rec {
|
||||
name = "Number-Compare-0.01";
|
||||
name = "Number-Compare-0.03";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/modules/by-module/Number/${name}.tar.gz";
|
||||
sha256 = "1vs95lbax3f63jg98jwkiahlvg1jhmd0xyyzmbxxifsl7fkv1d9j";
|
||||
url = "mirror://cpan/authors/id/R/RC/RCLAMP/${name}.tar.gz";
|
||||
sha256 = "09q8i0mxvr7q9vajwlgawsi0hlpc119gnhq4hc933d03x0vkfac3";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue