summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 09:42:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:07 +0100
commit2a4bb24e6f8796c4f1bde59852f02deae7304708 (patch)
treebe5b82eeee808329cfaa339e0e6c976bb8819463 /gnu
parent732dd18a9d7574ecc7d4eddfc7406825e6f7ec0f (diff)
downloadguix-patches-2a4bb24e6f8796c4f1bde59852f02deae7304708.tar
guix-patches-2a4bb24e6f8796c4f1bde59852f02deae7304708.tar.gz
gnu: perl-file-sharedir: Update to 1.116.
* gnu/packages/perl.scm (perl-file-sharedir): Update to 1.116.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 919cc49d2a..084d0b0f9e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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)))