summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 18:40:44 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:31:50 +0100
commitc7b7a2eaf826fb52a2ad2c8869da9b1e9e1ed8e2 (patch)
tree6f715b451f3f2f59e025b140542179755c883277 /gnu
parent7fde8092f435899712693865b715b78017905c86 (diff)
downloadguix-patches-c7b7a2eaf826fb52a2ad2c8869da9b1e9e1ed8e2.tar
guix-patches-c7b7a2eaf826fb52a2ad2c8869da9b1e9e1ed8e2.tar.gz
gnu: perl-regexp-pattern: Update to 0.2.8.
* gnu/packages/perl.scm (perl-regexp-pattern): Update to 0.2.8.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7061e56c30..87044685df 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9757,7 +9757,7 @@ lookup in %INC or by assuming it is $0 if the caller is @code{main}
(define-public perl-regexp-pattern
(package
(name "perl-regexp-pattern")
- (version "0.1.4")
+ (version "0.2.8")
(source
(origin
(method url-fetch)
@@ -9765,8 +9765,7 @@ lookup in %INC or by assuming it is $0 if the caller is @code{main}
"mirror://cpan/authors/id/P/PE/PERLANCAR/Regexp-Pattern-"
version ".tar.gz"))
(sha256
- (base32
- "0rwpl6dxd1yl2ng3d4jdy68jz3mggmdl35rphrw1x619sm1aa876"))))
+ (base32 "064igp2wxgsz4yb33v1r90i8clwjzs2xnpvw9niqlqrbzzrd4q1l"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)))