gnu: perl-path-tiny: Update to 0.104.
* gnu/packages/perl.scm (perl-path-tiny): Update to 0.104.
This commit is contained in:
parent
d437a60f3e
commit
09000b6b6d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue