perlPackages.CryptPassphrase: init at 0.003

This commit is contained in:
Cole Helbling 2021-05-04 12:32:50 -07:00
parent ded288a979
commit 05fb1b74d6
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

@ -4095,6 +4095,19 @@ let
};
};
CryptPassphrase = buildPerlPackage {
pname = "Crypt-Passphrase";
version = "0.003";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Passphrase-0.003.tar.gz";
sha256 = "685aa090f8179a86d6896212ccf8ccfde7a79cce857199bb14e2277a10d240ad";
};
meta = {
description = "A module for managing passwords in a cryptographically agile manner";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
CryptPasswdMD5 = buildPerlModule {
pname = "Crypt-PasswdMD5";
version = "1.40";