summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:00:38 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:21 +0100
commit39f7b8f0232f7a50d88ee523407fc984ff59237f (patch)
treec6d34a861838ef2bb9b7ad5a18166f05290e7510 /gnu/packages/perl.scm
parent8e070507efeef4db749efc5f18024efb64a7afa6 (diff)
downloadguix-39f7b8f0232f7a50d88ee523407fc984ff59237f.tar.gz
gnu: perl-path-tiny: Update to 0.108.
* gnu/packages/perl.scm (perl-path-tiny): Update to 0.108.
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 71ea2e5815..8725ebda21 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6896,14 +6896,14 @@ file names.")
 (define-public perl-path-tiny
   (package
     (name "perl-path-tiny")
-    (version "0.104")
+    (version "0.108")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
                                   "Path-Tiny-" version ".tar.gz"))
               (sha256
                (base32
-                "1vxaczi44d2acfyyzwa7p6c5gx3rgm6c36zbdl40982axg7iv7y6"))))
+                "1x9zf8r3cynf4vqlycyyspsr70v4zw6bk9bkgvfpvsxkw8mlhj9w"))))
     (build-system perl-build-system)
     (arguments
      `(#:tests? #f)) ; Tests require additional test modules to be packaged