1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: perl-number-format: Update to 1.76.

* gnu/packages/perl.scm (perl-number-format): Update to 1.76.

Change-Id: Idb681538bb22633a7c8567997320666cff9703df
This commit is contained in:
jgart
2026-02-20 22:58:37 -05:00
parent f7b8fbb504
commit 15fae14a75

View File

@@ -10054,15 +10054,15 @@ subroutine, which you can call with a value to be tested against.")
(define-public perl-number-format
(package
(name "perl-number-format")
(version "1.75")
(version "1.76")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://cpan/authors/id/W/WR/WRW/Number-Format-"
"mirror://cpan/authors/id/R/RJ/RJBS/Number-Format-"
version ".tar.gz"))
(sha256
(base32
"1wspw9fybik76jq9w1n1gmvfixd4wvlrq6ni8kyn85s62v5mkml2"))))
"1mj4vnay2w6skpjclakvkxssxzmazksjcskcf22shd9n6vmn000f"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Number-Format")
(synopsis "Convert numbers to strings with pretty formatting")