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 c62b3b1988 gnu: perl-tidy: Update to 20250912.
c62b3b1988 is described below
commit c62b3b1988de7a15dc529124571712e5a2007bdf
Author: gemmaro <[email protected]>
AuthorDate: Sun Nov 30 18:32:36 2025 +0900
gnu: perl-tidy: Update to 20250912.
* gnu/packages/perl.scm (perl-tidy): Update to 20250912.
Change-Id: I09d64b8c62c1b804e3aaa19c056724cec2e5e6a6
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/perl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index eb6dfa6a93..6f4a9a5bc1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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")