mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-regexp-pattern: Update to 0.2.8.
* gnu/packages/perl.scm (perl-regexp-pattern): Update to 0.2.8.
This commit is contained in:
parent
7fde8092f4
commit
c7b7a2eaf8
1 changed files with 2 additions and 3 deletions
|
@ -9757,7 +9757,7 @@ (define-public perl-pod-constants
|
||||||
(define-public perl-regexp-pattern
|
(define-public perl-regexp-pattern
|
||||||
(package
|
(package
|
||||||
(name "perl-regexp-pattern")
|
(name "perl-regexp-pattern")
|
||||||
(version "0.1.4")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9765,8 +9765,7 @@ (define-public perl-regexp-pattern
|
||||||
"mirror://cpan/authors/id/P/PE/PERLANCAR/Regexp-Pattern-"
|
"mirror://cpan/authors/id/P/PE/PERLANCAR/Regexp-Pattern-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "064igp2wxgsz4yb33v1r90i8clwjzs2xnpvw9niqlqrbzzrd4q1l"))))
|
||||||
"0rwpl6dxd1yl2ng3d4jdy68jz3mggmdl35rphrw1x619sm1aa876"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-exception" ,perl-test-exception)))
|
`(("perl-test-exception" ,perl-test-exception)))
|
||||||
|
|
Loading…
Reference in a new issue