gnu: perl-file-sharedir-install: Update to 0.13.

* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.13.
master
Tobias Geerinckx-Rice 2018-04-26 22:44:44 +02:00
parent a7999e2d63
commit 9960ed6291
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3635,7 +3635,7 @@ distributions. It is a companion module to File::ShareDir.")
(define-public perl-file-sharedir-install
(package
(name "perl-file-sharedir-install")
(version "0.12")
(version "0.13")
(source
(origin
(method url-fetch)
@ -3643,7 +3643,7 @@ distributions. It is a companion module to File::ShareDir.")
"File-ShareDir-Install-" version ".tar.gz"))
(sha256
(base32
"13g8d69c2lq3mrc0i4fr705h99gxyzw1srww4m7wdhzfmbsdqxli"))))
"1yc0wlkav2l2wr36a53n4mnhsy2zv29z5nm14mygxgjwv7qgvgj5"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))