[cpan2nix] perlPackages.CryptPBKDF2: cleanup

This commit is contained in:
volth 2019-10-22 07:10:41 +00:00
parent 022c3d7da4
commit 258720ebb8

View File

@ -3568,7 +3568,7 @@ let
sha256 = "97dfa79a309a086e184a4e61047f8a10ffb3db051025e7d222a25f19130ba417"; sha256 = "97dfa79a309a086e184a4e61047f8a10ffb3db051025e7d222a25f19130ba417";
}; };
buildInputs = [ TestFatal ]; buildInputs = [ TestFatal ];
propagatedBuildInputs = [ DigestHMAC DigestSHA3 Moo TryTiny TypeTiny namespaceautoclean strictures ]; propagatedBuildInputs = [ DigestHMAC DigestSHA3 Moo TypeTiny namespaceautoclean strictures ];
meta = { meta = {
homepage = "https://metacpan.org/release/Crypt-PBKDF2"; homepage = "https://metacpan.org/release/Crypt-PBKDF2";
description = "The PBKDF2 password hash algorithm"; description = "The PBKDF2 password hash algorithm";