perl-boolean: 0.45 -> 0.46

This commit is contained in:
Robert Helgesson 2017-12-19 13:01:35 +01:00
parent 51fcd8831b
commit 424427fb39
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -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 ];
};