gnu: perl-path-tiny: Update to 0.108.
* gnu/packages/perl.scm (perl-path-tiny): Update to 0.108.
This commit is contained in:
parent
8e070507ef
commit
39f7b8f023
1 changed files with 2 additions and 2 deletions
|
@ -6896,14 +6896,14 @@ (define-public perl-pathtools
|
||||||
(define-public perl-path-tiny
|
(define-public perl-path-tiny
|
||||||
(package
|
(package
|
||||||
(name "perl-path-tiny")
|
(name "perl-path-tiny")
|
||||||
(version "0.104")
|
(version "0.108")
|
||||||
(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
|
||||||
"1vxaczi44d2acfyyzwa7p6c5gx3rgm6c36zbdl40982axg7iv7y6"))))
|
"1x9zf8r3cynf4vqlycyyspsr70v4zw6bk9bkgvfpvsxkw8mlhj9w"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue