Merge pull request #262093 from zakame/contrib/perl-Crypt-Passphrase-0.016

perlPackages.CryptPassphrase: 0.003 -> 0.016
This commit is contained in:
Pol Dellaiera 2023-10-20 10:23:55 +02:00 committed by GitHub
commit f743f021fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4996,11 +4996,12 @@ with self; {
CryptPassphrase = buildPerlPackage {
pname = "Crypt-Passphrase";
version = "0.003";
version = "0.016";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Passphrase-0.003.tar.gz";
hash = "sha256-aFqgkPgXmobWiWISzPjM/eennM6FcZm7FOInehDSQK0=";
url = "mirror://cpan/authors/id/L/LE/LEONT/Crypt-Passphrase-0.016.tar.gz";
hash = "sha256-TOtPi1SsM/PYHJq0euTPoejDbzhJ76ghcDycMH46T8c=";
};
propagatedBuildInputs = [ CryptURandom ];
meta = {
description = "A module for managing passwords in a cryptographically agile manner";
license = with lib.licenses; [ artistic1 gpl1Plus ];