GNU bug report logs -
#64486
[PATCH 00/22] Update licensecheck to 3.3.9.
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Thu, 6 Jul 2023 06:42:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #131 received at 64486 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.