gnu: perl-pegex: Update to 0.67.
* gnu/packages/perl.scm (perl-pegex): Update to 0.67.
This commit is contained in:
parent
9ad80992d0
commit
bb5e06a35e
|
@ -6937,7 +6937,7 @@ for correctness.")
|
||||||
(define-public perl-pegex
|
(define-public perl-pegex
|
||||||
(package
|
(package
|
||||||
(name "perl-pegex")
|
(name "perl-pegex")
|
||||||
(version "0.64")
|
(version "0.67")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6946,7 +6946,7 @@ for correctness.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kb7y2cc3nibbn8i8y3vrzz1f9h3892nbf8jj88c5fdgpmj05q17"))))
|
"149015ra2figalxrnj72fz02qc5cm96xg6x8d6kmyanfmrrxzf9w"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)
|
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)
|
||||||
|
|
Loading…
Reference in New Issue