[cpan2nix] perlPackages.MailAuthenticationResults: 1.20180923 -> 1.20200108

This commit is contained in:
volth 2020-01-14 00:09:28 +00:00
parent bf4bc1f3ba
commit 66334236ce

View file

@ -10743,16 +10743,17 @@ let
MailAuthenticationResults = buildPerlPackage {
pname = "Mail-AuthenticationResults";
version = "1.20180923";
version = "1.20200108";
src = fetchurl {
url = mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-1.20180923.tar.gz;
sha256 = "1g1wym9vcbhldwvi4w5pl0fhd4jh2icj975awf4wr5xmkli9mxbz";
url = mirror://cpan/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-1.20200108.tar.gz;
sha256 = "1j003bzqh7nax604f93k1s70b1im97986p6g58a6ynv92fbnhjq5";
};
buildInputs = [ TestException ];
meta = {
description = "Object Oriented Authentication-Results Headers";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
propagatedBuildInputs = [ JSON ];
};
MailMaildir = buildPerlPackage {