me
/
guix
Archived
1
0
Fork 0

gnu: perl-regexp-common: Update to 2017060201.

* gnu/packages/perl.scm (perl-regexp-common): Update to 2017060201.
master
Ludovic Courtès 2017-07-24 16:33:54 +02:00
parent e081e2dd0b
commit e2f24597a9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -5642,14 +5642,14 @@ variables that should not be changed.")
(define-public perl-regexp-common
(package
(name "perl-regexp-common")
(version "2013031301")
(version "2017060201")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/A/AB/ABIGAIL/"
"Regexp-Common-" version ".tar.gz"))
(sha256
(base32
"112wybsm0vr8yfannx6sdfvgp5vza28gjgr3pgn69ak4sac836kj"))))
"16q8d7mx0c4nbjrvj69jdn4q33d1k40imgxn83h11wq6xqx8a1zf"))))
(build-system perl-build-system)
(synopsis "Provide commonly requested regular expressions")
(description