[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64486] [PATCH 12/22] gnu: perl-test2-suite: Update to 0.000155.
From: |
Bruno Victal |
Subject: |
[bug#64486] [PATCH 12/22] gnu: perl-test2-suite: Update to 0.000155. |
Date: |
Thu, 6 Jul 2023 07:42:43 +0100 |
* gnu/packages/perl-check.scm (perl-test2-suite): Update to 0.000155.
[native-inputs]: Add perl-json-maybexs.
[propagated-inputs]: Add perl-module-pluggable, perl-term-size-any,
perl-term-readkey, perl-unicode-linebreak. Remove perl-importer,
perl-sub-info.
---
gnu/packages/perl-check.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index e78c61f71a..107d7f6a8d 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -72,7 +72,7 @@ (define-public perl-mock-config
(define-public perl-test2-suite
(package
(name "perl-test2-suite")
- (version "0.000072")
+ (version "0.000155")
(source
(origin
(method url-fetch)
@@ -80,15 +80,17 @@ (define-public perl-test2-suite
version ".tar.gz"))
(sha256
(base32
- "0hgd6n29qjh1pwqvbglm2kb852yqshmixqqjhsr2kvvibdr58qpf"))))
+ "0gfmm95xfjy5c376cl0qxqqhr7ibnn1371knd61rgh4vsv26p3n7"))))
(build-system perl-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'set-env
(lambda _ (setenv "PERL_USE_UNSAFE_INC" "1") #t)))))
+ (native-inputs (list perl-json-maybexs))
(propagated-inputs
- (list perl-importer perl-term-table perl-sub-info))
+ (list perl-module-pluggable perl-term-size-any perl-term-table
+ perl-term-readkey perl-unicode-linebreak))
(home-page "https://metacpan.org/pod/Test2-Suite")
(synopsis "Full set of tools for Test2::Suite")
(description "This package provides a rich set of tools, plugins, bundles,
--
2.40.1
- [bug#64486] [PATCH 03/22] gnu: Add perl-feature-compat-class., (continued)
- [bug#64486] [PATCH 03/22] gnu: Add perl-feature-compat-class., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 10/22] gnu: perl-xs-parse-keyword: Update to 0.34., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 01/22] gnu: Add perl-xs-parse-sublike., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 19/22] gnu: perl-regexp-pattern-license: Update to 3.11.0., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 02/22] gnu: Add perl-object-pad., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 09/22] gnu: Add perl-string-license., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 06/22] gnu: Add perl-file-chdir., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 04/22] gnu: Add perl-feature-compat-try., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 07/22] gnu: Add perl-test2-tools-command., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 21/22] gnu: licensecheck: Update to 3.3.9., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 12/22] gnu: perl-test2-suite: Update to 0.000155.,
Bruno Victal <=
- [bug#64486] [PATCH 15/22] gnu: Add perl-regexp-pattern-defhash., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 13/22] gnu: perl-test2-suite: Use G-Expressions., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 16/22] gnu: Add perl-hash-defhash., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 22/22] gnu: licensecheck: Use G-Expressions. Refactor phases., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 11/22] gnu: Add perl-extutils-cchecker., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 17/22] gnu: Add perl-test-regexp-pattern., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 20/22] gnu: perl-string-copyright: Update to 0.003014., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 18/22] gnu: perl-regexp-pattern: Update to 0.2.14., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 08/22] gnu: Add perl-array-intspan., Bruno Victal, 2023/07/06
- [bug#64486] [PATCH 14/22] gnu: Add perl-string-trim-more., Bruno Victal, 2023/07/06