me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/perl.scm (perl-path-tiny): Update to 0.118.
master
Tobias Geerinckx-Rice 2021-04-04 15:16:35 +02:00
parent f047efce43
commit 51c03ff265
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -8284,14 +8284,14 @@ file names.")
(define-public perl-path-tiny
(package
(name "perl-path-tiny")
(version "0.108")
(version "0.118")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
"Path-Tiny-" version ".tar.gz"))
(sha256
(base32
"1x9zf8r3cynf4vqlycyyspsr70v4zw6bk9bkgvfpvsxkw8mlhj9w"))))
"1zdhc3azw6wn21db3yyygs57vlqkx72ipyd8sa21m72c1y6qs4rj"))))
(build-system perl-build-system)
(arguments
`(#:tests? #f)) ; Tests require additional test modules to be packaged