perl-boolean: 0.32 -> 0.45

This commit is contained in:
Pascal Wittmann 2015-10-12 19:36:09 +02:00
parent a6ed56a291
commit f6d7a881d7

View File

@ -579,11 +579,11 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
boolean = buildPerlPackage { boolean = buildPerlPackage rec {
name = "boolean-0.32"; name = "boolean-0.45";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/I/IN/INGY/boolean-0.32.tar.gz; url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
sha256 = "1icihm1cib90klfjrk069s7031n1c7xk3fmkr2bfxrwqda4di7jg"; sha256 = "18hrgldzwnhs0c0r8hxx6r05qvk9p7gwinjwcybixfs2h0n43ypj";
}; };
meta = { meta = {
homepage = https://github.com/ingydotnet/boolean-pm/tree; homepage = https://github.com/ingydotnet/boolean-pm/tree;