perlPackages.UserIdentity: 1.00 -> 1.02

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:32 +02:00
parent eda4efcdf3
commit 120d85ccff

View File

@ -27117,10 +27117,10 @@ with self; {
UserIdentity = buildPerlPackage {
pname = "User-Identity";
version = "1.00";
version = "1.02";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MARKOV/User-Identity-1.00.tar.gz";
hash = "sha256-khm0Jxz+tyYzDpVkWJ6jp9tLbdb29EI3RgSN8aCOn0o=";
url = "mirror://cpan/authors/id/M/MA/MARKOV/User-Identity-1.02.tar.gz";
hash = "sha256-OySu5/UnjGXD8EEVsHyG5kaTTpnqQJJANj8wiZE+uJk=";
};
meta = {
description = "Collect information about a user";