diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-30 16:16:25 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-30 16:16:35 +0100 |
| commit | 3e93af90aee4f9db37cff8c4b89078d7a5620a59 (patch) | |
| tree | f2d558c8bf58a243b0111f713ee8b59a732e2436 /gnu | |
| parent | 27b24a58cbcddf06a0a7846026dec95cfa57251d (diff) | |
gnu: perl-test-perltidy: Update to 20230226.
* gnu/packages/perl-check.scm (perl-test-perltidy): Update to 20230226.
[propagated-inputs]: Remove perltidy; add perl-tidy.
[native-inputs]: Add perl-module-build and perl-path-tiny.
Change-Id: I4538b2270c86306e829ff32782aa606869fb0f1a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/perl-check.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index 5381705fdae..990811419fd 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -1595,19 +1595,20 @@ a minimum of effort.") (define-public perl-test-perltidy (package (name "perl-test-perltidy") - (version "20130104") + (version "20230226") (source (origin (method url-fetch) (uri (string-append - "mirror://cpan/authors/id/L/LA/LARRYL/Test-PerlTidy-" + "mirror://cpan/authors/id/S/SH/SHLOMIF/Test-PerlTidy-" version ".tar.gz")) (sha256 (base32 - "1j5rsb4km9rzcbd1ljavj8vm42bmilji40v2jj2k87l1ykrxj59z")))) + "1h83v22ndrya3ffpi2m7vdz5qkspwmn1ci3cpd6msycm0w8l5qn0")))) (build-system perl-build-system) + (native-inputs (list perl-module-build perl-path-tiny)) (propagated-inputs - (list perl-file-finder perl-file-slurp perltidy perl-text-diff)) + (list perl-file-finder perl-file-slurp perl-tidy perl-text-diff)) (home-page "https://metacpan.org/release/Test-PerlTidy") (synopsis "Check that all your Perl files are tidy") (description |
