summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-12 11:08:54 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-02-28 04:13:16 +0100
commitb0821f6b8de4c3f172387e58468eb330d0994a8a (patch)
treeb61f81d6ff93879cb25829cd34be8fd5fca72451 /gnu/packages/perl.scm
parent24397ab1a31614c636931e89ff86b1144fd88750 (diff)
gnu: perl-path-class: Update to 0.37.
* gnu/packages/perl.scm (perl-path-class): Update to 0.37.
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 597f45835a..b05f73ee8d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6557,7 +6557,7 @@ up inheritance from those modules at the same time.")
(define-public perl-path-class
(package
(name "perl-path-class")
- (version "0.35")
+ (version "0.37")
(source
(origin
(method url-fetch)
@@ -6565,7 +6565,7 @@ up inheritance from those modules at the same time.")
"Path-Class-" version ".tar.gz"))
(sha256
(base32
- "1viaj8jyshcj135la0kgfgzalaw06xnbsg9h54jx09v1342v69lj"))))
+ "1kj8q8dmd8jci94w5arav59nkp0pkxrkliz4n8n6yf02hsa82iv5"))))
(build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build)))
(home-page "http://search.cpan.org/dist/Path-Class/")