diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 22:44:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 02:56:41 +0200 |
commit | 9960ed6291480e0ab6f85fca00290c0ff38cbffe (patch) | |
tree | a981b777a1bd1019b5af4932409c6cacb494f5e7 /gnu/packages/perl.scm | |
parent | a7999e2d63c83598d1fc019416ee96025d17ef4c (diff) | |
download | guix-9960ed6291480e0ab6f85fca00290c0ff38cbffe.tar guix-9960ed6291480e0ab6f85fca00290c0ff38cbffe.tar.gz |
gnu: perl-file-sharedir-install: Update to 0.13.
* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.13.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 2397b273c3..c3b3eedc87 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -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))) |