~ruther/guix-local

c62b3b1988de7a15dc529124571712e5a2007bdf — gemmaro 4 months ago b889d94
gnu: perl-tidy: Update to 20250912.

* gnu/packages/perl.scm (perl-tidy): Update to 20250912.

Change-Id: I09d64b8c62c1b804e3aaa19c056724cec2e5e6a6
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +2 -2
@@ 13442,14 13442,14 @@ approximately follow the suggestions in the Perl Style Guide.")
(define-public perl-tidy
  (package
    (name "perl-tidy")
    (version "20250616")
    (version "20250912")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://cpan/authors/id/S/SH/SHANCOCK/Perl-Tidy-"
             version ".tar.gz"))
       (sha256
        (base32 "16k83qmfdiq5360n3166vkvhi46p8y436r86i6j2938ryviifxdh"))))
        (base32 "197hkkbiz1v0id6s6vr3pgildw1rlp2mj70gvqpspkpv6n4f93ml"))))
    (build-system perl-build-system)
    (home-page "https://metacpan.org/release/Perl-Tidy")
    (synopsis "Perl module to indent and reformat Perl scripts")