summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-24 11:31:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-26 21:08:56 +0200
commit4844ccb2fecb222fdfbe3818a1c9b8f78a11e793 (patch)
tree7334e6f034d80408d3cbcd7b4d62bbe095ec256d /gnu/packages/perl.scm
parent39a915c2bf4f7dc23107ad094730784886326b67 (diff)
downloadpatches-4844ccb2fecb222fdfbe3818a1c9b8f78a11e793.tar
patches-4844ccb2fecb222fdfbe3818a1c9b8f78a11e793.tar.gz
gnu: perl-file-sharedir-install: Update to 0.12.
* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.12.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7a21cfacd9..23a5802388 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.11")
+ (version "0.12")
(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
- "1j0cw1aq9fdv9kl1a6fnfa4zihsvmcqzy9sb0xk0i9pyx5r8ggrj"))))
+ "13g8d69c2lq3mrc0i4fr705h99gxyzw1srww4m7wdhzfmbsdqxli"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)))