gnu: perl-pegex: Update to 0.70.

* gnu/packages/perl.scm (perl-pegex): Update to 0.70.
master
Tobias Geerinckx-Rice 2019-03-22 15:42:40 +01:00
parent 1a3f4684a5
commit c3064aa1ba
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6985,7 +6985,7 @@ for correctness.")
(define-public perl-pegex
(package
(name "perl-pegex")
(version "0.67")
(version "0.70")
(source
(origin
(method url-fetch)
@ -6994,7 +6994,7 @@ for correctness.")
version ".tar.gz"))
(sha256
(base32
"149015ra2figalxrnj72fz02qc5cm96xg6x8d6kmyanfmrrxzf9w"))))
"1zd0zm6vxapw6bds3ipymkbzam70p3j3rm48794qy11620r22dgx"))))
(build-system perl-build-system)
(native-inputs
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)