guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 85ea2d5d7dd750bffb06772681a7e70635b6ee80 Author: Yelninei <[email protected]> AuthorDate: Tue Nov 25 16:59:39 2025 +0000 gnu: perl-syntax-keyword-try: Update to 0.31. * gnu/packages/perl.scm (perl-syntax-keyword-try): Update to 0.31. [inputs]: Remove perl-xs-parse-keyword. [native-inputs]: Add perl-xs-parse-keyword. Change-Id: I502e1f00a4283e0d8f6dc15d227fabac467fee9c --- gnu/packages/perl.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7662d2b3895..fae019ca2e8 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -12694,7 +12694,7 @@ statements: @code{switch} and @code{case}.") (define-public perl-syntax-keyword-try (package (name "perl-syntax-keyword-try") - (version "0.28") + (version "0.31") (source (origin (method url-fetch) (uri (string-append @@ -12702,10 +12702,9 @@ statements: @code{switch} and @code{case}.") version ".tar.gz")) (sha256 (base32 - "1j02z9w0p9a77maf62cy5324vmc01hks0bfm5qjidc50hafmzbfc")))) + "0jja85cz91rvzbw4cmlxw34yqgbxy0sxwd4vb4m9hy33fhnj9ikv")))) (build-system perl-build-system) - (native-inputs (list perl-module-build)) - (inputs (list perl-xs-parse-keyword)) + (native-inputs (list perl-module-build perl-xs-parse-keyword)) (home-page "https://metacpan.org/pod/Syntax::Keyword::Try") (synopsis "Try/catch/finally syntax for perl") (description
