gnu: perl-path-tiny: Update to 0.104.

* gnu/packages/perl.scm (perl-path-tiny): Update to 0.104.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-12 00:33:06 +01:00
parent d437a60f3e
commit 09000b6b6d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6577,14 +6577,14 @@ directory specifications in a cross-platform manner.")
(define-public perl-path-tiny (define-public perl-path-tiny
(package (package
(name "perl-path-tiny") (name "perl-path-tiny")
(version "0.096") (version "0.104")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/" (uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
"Path-Tiny-" version ".tar.gz")) "Path-Tiny-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"08dmr6ijjg3dp7h9dxix0nmad0fw16c6qzs4qc0hdz500gd64sr2")))) "1vxaczi44d2acfyyzwa7p6c5gx3rgm6c36zbdl40982axg7iv7y6"))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments (arguments
`(#:tests? #f)) ; Tests require additional test modules to be packaged `(#:tests? #f)) ; Tests require additional test modules to be packaged