perlPackages.NumberFormat: 1.75 -> 1.76

This commit is contained in:
Stig Palmquist 2023-08-03 17:16:24 +02:00
parent 56097a1cbf
commit d2be1aa738
No known key found for this signature in database
GPG key ID: C02CE66D684EC1FE

View file

@ -18636,10 +18636,10 @@ with self; {
NumberFormat = buildPerlPackage {
pname = "Number-Format";
version = "1.75";
version = "1.76";
src = fetchurl {
url = "mirror://cpan/authors/id/W/WR/WRW/Number-Format-1.75.tar.gz";
hash = "sha256-gtZZyxZGF2T9RNEanOnmpPXodn3BBp6wNGfG5V3iV/M=";
url = "mirror://cpan/authors/id/R/RJ/RJBS/Number-Format-1.76.tar.gz";
hash = "sha256-DgBg6zY2NaiFcGxqJvX8qv6udZ97Ksrkndpw4ZXdRNY=";
};
meta = {
description = "Perl extension for formatting numbers";