diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-10-24 16:15:38 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-23 21:29:15 +0100 |
commit | 5863e3bde886455c91cd6eba3cc77affb71865bf (patch) | |
tree | 0bcc6fe35453abb2b55725be0670e5494ec23fdd | |
parent | 6b179196f087f517e7af040065b018bc91234dde (diff) | |
download | guix-5863e3bde886455c91cd6eba3cc77affb71865bf.tar.gz guix-5863e3bde886455c91cd6eba3cc77affb71865bf.zip |
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 <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files 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)) |