mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: perl-path-tiny: Update to 0.118.
* gnu/packages/perl.scm (perl-path-tiny): Update to 0.118.
This commit is contained in:
parent
f047efce43
commit
51c03ff265
1 changed files with 2 additions and 2 deletions
|
@ -8284,14 +8284,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.108")
|
(version "0.118")
|
||||||
(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
|
||||||
"1x9zf8r3cynf4vqlycyyspsr70v4zw6bk9bkgvfpvsxkw8mlhj9w"))))
|
"1zdhc3azw6wn21db3yyygs57vlqkx72ipyd8sa21m72c1y6qs4rj"))))
|
||||||
(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