ngz pushed a commit to branch master
in repository guix.
commit 5863e3bde886455c91cd6eba3cc77affb71865bf
Author: Bruno Victal <[email protected]>
AuthorDate: Tue Oct 24 16:15:38 2023 +0100
gnu: perl-regexp-pattern: Update to 0.2.14.
* gnu/packages/perl.scm (perl-regexp-pattern) Update to 0.2.14.
Signed-off-by: Nicolas Goaziou <[email protected]>
---
gnu/packages/perl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e2d7c3031d..85ee2fd93a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -13945,7 +13945,7 @@ template logic does not have access outside the
template without permission.")
(define-public perl-regexp-pattern
(package
(name "perl-regexp-pattern")
- (version "0.2.8")
+ (version "0.2.14")
(source
(origin
(method url-fetch)
@@ -13953,7 +13953,7 @@ template logic does not have access outside the
template without permission.")
"mirror://cpan/authors/id/P/PE/PERLANCAR/Regexp-Pattern-"
version ".tar.gz"))
(sha256
- (base32 "064igp2wxgsz4yb33v1r90i8clwjzs2xnpvw9niqlqrbzzrd4q1l"))))
+ (base32 "05j1fzgmv02n5qz4vyf30p1sj7v5lv2rab258aqwmb4w5gvjqaa4"))))
(build-system perl-build-system)
(native-inputs
(list perl-test-exception))