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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user