[cpan2nix] perlPackages.StringErrf: 0.007 -> 0.008
This commit is contained in:
parent
708652b102
commit
5f8143eb7b
@ -12830,13 +12830,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
StringErrf = buildPerlPackage {
|
StringErrf = buildPerlPackage {
|
||||||
name = "String-Errf-0.007";
|
name = "String-Errf-0.008";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/R/RJ/RJBS/String-Errf-0.007.tar.gz;
|
url = mirror://cpan/authors/id/R/RJ/RJBS/String-Errf-0.008.tar.gz;
|
||||||
sha256 = "1apnmxdsqwrvn1kkbba4sw6yh6hdfxxar545p6m9dkid7xsiqjfj";
|
sha256 = "1nyn9s52jgbffrsv0m7rhcx1awjj43n68bfjlap8frdc7mw6y4xf";
|
||||||
};
|
};
|
||||||
buildInputs = [ JSON TimeDate ];
|
buildInputs = [ JSONMaybeXS TimeDate ];
|
||||||
propagatedBuildInputs = [ ParamsUtil StringFormatter SubExporter ];
|
propagatedBuildInputs = [ StringFormatter ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple sprintf-like dialect";
|
description = "A simple sprintf-like dialect";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user