gnu: perl-file-sharedir: Update to 1.116.

* gnu/packages/perl.scm (perl-file-sharedir): Update to 1.116.
master
Tobias Geerinckx-Rice 2019-03-23 09:42:05 +01:00
parent 732dd18a9d
commit 2a4bb24e6f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -3630,15 +3630,14 @@ that. It also accepts wildcards, * and ?, as arguments for file names.")
(define-public perl-file-sharedir
(package
(name "perl-file-sharedir")
(version "1.104")
(version "1.116")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/R/RE/REHSACK/"
"File-ShareDir-" version ".tar.gz"))
(sha256
(base32
"1bqwhk3qfg60bkpi5b83bh93sng8jx20i3ka5sixc0prrppjidh7"))))
(base32 "0a43rfb0a1fpxh4d2dayarkdxw4cx9a2krkk87zmcilcz7yhpnar"))))
(build-system perl-build-system)
(native-inputs
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)))