gnu: perl-types-path-tiny: Update to 0.006.

* gnu/packages/perl.scm (perl-types-path-tiny): Update to 0.006.
master
Tobias Geerinckx-Rice 2019-03-23 13:09:48 +01:00
parent b782de0228
commit 546e2731e4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -8876,15 +8876,14 @@ so other data validation frameworks might also consider using it.")
(define-public perl-types-path-tiny
(package
(name "perl-types-path-tiny")
(version "0.005")
(version "0.006")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
"Types-Path-Tiny-" version ".tar.gz"))
(sha256
(base32
"09nf167ssi4rgj8hhzylwp3zdx61njdpyfri43arcmk9aqn7f0pp"))))
(base32 "1072vwcbx2bldfg8xpxc9iqs3rzqd18yik60b432hsdwxpxcjgsr"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-file-pushd" ,perl-file-pushd)