summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:10:56 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:21 +0100
commitd98c9e0269a03cfb3630d25f9b9c7b42c95a61db (patch)
treec030742db1409574861debcd736149c541571cba /gnu
parent39f7b8f0232f7a50d88ee523407fc984ff59237f (diff)
downloadguix-patches-d98c9e0269a03cfb3630d25f9b9c7b42c95a61db.tar
guix-patches-d98c9e0269a03cfb3630d25f9b9c7b42c95a61db.tar.gz
gnu: perl-file-path: Update to 2.16.
* gnu/packages/perl.scm (perl-file-path): Update to 2.16.
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 8725ebda21..3a5b8dfca4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3491,7 +3491,7 @@ platforms.")
(define-public perl-file-path
(package
(name "perl-file-path")
- (version "2.13")
+ (version "2.16")
(source
(origin
(method url-fetch)
@@ -3500,8 +3500,7 @@ platforms.")
version
".tar.gz"))
(sha256
- (base32
- "039gc0i5cbdmidl8j8x195yykwcdmzwawmpapnysvljl8l33jqwj"))))
+ (base32 "01gsysg9mjkh1ckk7jhj3y8vs291a5ynkgzhqmcz90f3b6dxdxr1"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/File-Path")
(synopsis "Create or remove directory trees")