perl-boolean: 0.45 -> 0.46
This commit is contained in:
parent
51fcd8831b
commit
424427fb39
@ -754,13 +754,13 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
boolean = buildPerlPackage rec {
|
||||
name = "boolean-0.45";
|
||||
name = "boolean-0.46";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/I/IN/INGY/${name}.tar.gz";
|
||||
sha256 = "18hrgldzwnhs0c0r8hxx6r05qvk9p7gwinjwcybixfs2h0n43ypj";
|
||||
sha256 = "95c088085c3e83bf680fe6ce16d8264ec26310490f7d1680e416ea7a118f156a";
|
||||
};
|
||||
meta = {
|
||||
homepage = https://github.com/ingydotnet/boolean-pm/tree;
|
||||
homepage = https://github.com/ingydotnet/boolean-pm;
|
||||
description = "Boolean support for Perl";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user