This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 15fae14a75 gnu: perl-number-format: Update to 1.76.
15fae14a75 is described below

commit 15fae14a751e854bd62bb7e98f05575fb17d435b
Author: jgart <[email protected]>
AuthorDate: Fri Feb 20 22:58:37 2026 -0500

    gnu: perl-number-format: Update to 1.76.
    
    * gnu/packages/perl.scm (perl-number-format): Update to 1.76.
    
    Change-Id: Idb681538bb22633a7c8567997320666cff9703df
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 32563275d4..015e9353d1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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")

Reply via email to