[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64486] [PATCH v2 10/22] gnu: perl-xs-parse-keyword: Update to 0.34.
From: |
Bruno Victal |
Subject: |
[bug#64486] [PATCH v2 10/22] gnu: perl-xs-parse-keyword: Update to 0.34. |
Date: |
Tue, 24 Oct 2023 16:15:30 +0100 |
* gnu/packages/perl.scm (perl-xs-parse-keyword): Update to 0.34.
[native-inputs]: Remove perl-test-simple. Add perl-test2-suite,
perl-extutils-cchecker.
---
gnu/packages/perl.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ea9f72df5e..6c7fc45cac 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11932,7 +11932,7 @@ (define-public perl-xs-object-magic
(define-public perl-xs-parse-keyword
(package
(name "perl-xs-parse-keyword")
- (version "0.06")
+ (version "0.34")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11940,9 +11940,10 @@ (define-public perl-xs-parse-keyword
version ".tar.gz"))
(sha256
(base32
- "0nnr8akkxb2h2y3d5r51pr84vvxkq89ynmi9azkbnn79jmbcbgvq"))))
+ "1hfny6bbpj5n2bmr213bpi547825jzbs2143nd19skcj16sdscqh"))))
(build-system perl-build-system)
- (native-inputs (list perl-module-build perl-test-simple))
+ (native-inputs (list perl-extutils-cchecker perl-module-build
+ perl-test2-suite))
(home-page "https://metacpan.org/dist/XS-Parse-Keyword")
(synopsis "XS functions to assist in parsing keyword syntax")
(description
--
2.41.0
- [bug#64486] [PATCH v2 11/22] gnu: Add perl-extutils-cchecker., (continued)
- [bug#64486] [PATCH v2 11/22] gnu: Add perl-extutils-cchecker., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 14/22] gnu: Add perl-string-trim-more., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 05/22] gnu: Add perl-log-any-adapter-screen., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 02/22] gnu: Add perl-object-pad., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 15/22] gnu: Add perl-regexp-pattern-defhash., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 20/22] gnu: perl-string-copyright: Update to 0.003014., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 08/22] gnu: Add perl-array-intspan., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 16/22] gnu: Add perl-hash-defhash., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 17/22] gnu: Add perl-test-regexp-pattern., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 22/22] gnu: licensecheck: Use G-Expressions. Refactor phases., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 10/22] gnu: perl-xs-parse-keyword: Update to 0.34.,
Bruno Victal <=
- [bug#64486] [PATCH v2 21/22] gnu: licensecheck: Update to 3.3.9., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 09/22] gnu: Add perl-string-license., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 07/22] gnu: Add perl-test2-tools-command., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 13/22] gnu: perl-test2-suite: Use G-Expressions., Bruno Victal, 2023/10/24
- [bug#64486] [PATCH v2 18/22] gnu: perl-regexp-pattern: Update to 0.2.14., Bruno Victal, 2023/10/24