summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-07-27 14:49:54 -0400
committerLeo Famulari <leo@famulari.name>2017-07-30 20:10:41 -0400
commit1c0c608566e21c00f6df910d67100312934194d9 (patch)
treedad4f1ff0d2a588bd2ea816de7f37750e707036d /gnu/packages/perl.scm
parented9543c0edc4e0e969acc5e06bf9df00b735dbed (diff)
downloadgnu-guix-1c0c608566e21c00f6df910d67100312934194d9.tar
gnu-guix-1c0c608566e21c00f6df910d67100312934194d9.tar.gz
gnu: perl-file-sharedir: Update to 1.104.
* gnu/packages/perl.scm (perl-file-sharedir): Update to 1.104.
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 8a9feb86a4..e0af46bbcd 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3096,7 +3096,7 @@ accepts wildcards, * and ?, as arguments for file names.")
(define-public perl-file-sharedir
(package
(name "perl-file-sharedir")
- (version "1.102")
+ (version "1.104")
(source
(origin
(method url-fetch)
@@ -3104,7 +3104,7 @@ accepts wildcards, * and ?, as arguments for file names.")
"File-ShareDir-" version ".tar.gz"))
(sha256
(base32
- "04blqn4cms9zjmhlfvwyx6mrglaaq1mmy4xwv7xqf9c8fjwk8wvw"))))
+ "1bqwhk3qfg60bkpi5b83bh93sng8jx20i3ka5sixc0prrppjidh7"))))
(build-system perl-build-system)
(native-inputs
`(("perl-file-sharedir-install" ,perl-file-sharedir-install)))