perlPackages.DataULID: 1.0.0 -> 1.2.1

This commit is contained in:
Stig Palmquist 2023-10-10 11:56:10 +02:00
parent 4504a48bdd
commit aebefd0a15

View file

@ -6095,10 +6095,10 @@ with self; {
DataULID = buildPerlPackage {
pname = "Data-ULID";
version = "1.0.0";
version = "1.2.1";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BA/BALDUR/Data-ULID-1.0.0.tar.gz";
hash = "sha256-TXV0dYk9utUWXwplxEbTi0fzkBnTb3fanSnJjL8nIG8=";
url = "mirror://cpan/authors/id/B/BA/BALDUR/Data-ULID-1.2.1.tar.gz";
hash = "sha256-SbThGyY0inXfNONGF0UuMZ/XpygasJQgYvFieeqKHSc=";
};
propagatedBuildInputs = [ DateTime EncodeBase32GMP MathRandomSecure ];
meta = {