diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-04 15:16:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-04 15:34:34 +0200 |
commit | 51c03ff26552775b8b6f2ce1ba1edf37df0ed8a5 (patch) | |
tree | 0d94adb8d8d489513353d0cc6759143db9a16196 /gnu/packages/perl.scm | |
parent | f047efce430aa997cc2e6c918bdb5aeb1de6fe3e (diff) |
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.scm | 4 |
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 |