1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

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>
This commit is contained in:
gemmaro
2025-11-30 18:32:36 +09:00
committed by Andreas Enge
parent b889d944a7
commit c62b3b1988
+2 -2
View File
@@ -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")