mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
6b179196f0
commit
5863e3bde8
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue