gnu: perl-data-page: Update to 2.03.

* gnu/packages/perl.scm (perl-data-page): Update to 2.03.
master
Tobias Geerinckx-Rice 2019-05-15 21:23:23 +02:00
parent 9fb0464c21
commit 5a04c993b6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

@ -1885,15 +1885,14 @@ indentation and newlines plus sub deparsing.")
(define-public perl-data-page
(package
(name "perl-data-page")
(version "2.02")
(version "2.03")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/L/LB/LBROCARD/"
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"Data-Page-" version ".tar.gz"))
(sha256
(base32
"1hvi92c4h2angryc6pngw7gbm3ysc2jfmyxk2wh9ia4vdwpbs554"))))
(base32 "12rxrr2b11qjk0c437cisw2kfqkafw1awcng09cv6yhzglb55yif"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)