summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-04 15:16:35 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-04 15:34:34 +0200
commit51c03ff26552775b8b6f2ce1ba1edf37df0ed8a5 (patch)
tree0d94adb8d8d489513353d0cc6759143db9a16196 /gnu/packages/perl.scm
parentf047efce430aa997cc2e6c918bdb5aeb1de6fe3e (diff)
downloadguix-51c03ff26552775b8b6f2ce1ba1edf37df0ed8a5.tar.gz
gnu: perl-path-tiny: Update to 0.118.
* gnu/packages/perl.scm (perl-path-tiny): Update to 0.118.
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 f1bc21986e..4d54912a56 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8284,14 +8284,14 @@ file names.")
 (define-public perl-path-tiny
   (package
     (name "perl-path-tiny")
-    (version "0.108")
+    (version "0.118")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
                                   "Path-Tiny-" version ".tar.gz"))
               (sha256
                (base32
-                "1x9zf8r3cynf4vqlycyyspsr70v4zw6bk9bkgvfpvsxkw8mlhj9w"))))
+                "1zdhc3azw6wn21db3yyygs57vlqkx72ipyd8sa21m72c1y6qs4rj"))))
     (build-system perl-build-system)
     (arguments
      `(#:tests? #f)) ; Tests require additional test modules to be packaged