diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 00:33:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 04:57:59 +0100 |
commit | 09000b6b6dd429f79e0a906dd50237cc17e51196 (patch) | |
tree | 263222956c01cb1c7d28af7c8de215ece1f0525a | |
parent | d437a60f3ee6b4596d12b0d484a53202f5b90ff4 (diff) | |
download | guix-09000b6b6dd429f79e0a906dd50237cc17e51196.tar guix-09000b6b6dd429f79e0a906dd50237cc17e51196.tar.gz |
gnu: perl-path-tiny: Update to 0.104.
* gnu/packages/perl.scm (perl-path-tiny): Update to 0.104.
-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 1f1be8d600..1f8cbb291e 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -6577,14 +6577,14 @@ directory specifications in a cross-platform manner.") (define-public perl-path-tiny (package (name "perl-path-tiny") - (version "0.096") + (version "0.104") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/" "Path-Tiny-" version ".tar.gz")) (sha256 (base32 - "08dmr6ijjg3dp7h9dxix0nmad0fw16c6qzs4qc0hdz500gd64sr2")))) + "1vxaczi44d2acfyyzwa7p6c5gx3rgm6c36zbdl40982axg7iv7y6")))) (build-system perl-build-system) (arguments `(#:tests? #f)) ; Tests require additional test modules to be packaged |