mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: perl-data-page: Update to 2.03.
* gnu/packages/perl.scm (perl-data-page): Update to 2.03.
This commit is contained in:
parent
9fb0464c21
commit
5a04c993b6
1 changed files with 3 additions and 4 deletions
|
@ -1885,15 +1885,14 @@ (define-public perl-data-optlist
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue