diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 13:09:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:24:17 +0100 |
commit | 546e2731e4a8beef80751e17420691638a56d279 (patch) | |
tree | ad73c36cc6d91a572fe5fd33469a490ba80809ef /gnu/packages/perl.scm | |
parent | b782de02281ddb5c0532ffee7b5df1554f2f9303 (diff) | |
download | gnu-guix-546e2731e4a8beef80751e17420691638a56d279.tar gnu-guix-546e2731e4a8beef80751e17420691638a56d279.tar.gz |
gnu: perl-types-path-tiny: Update to 0.006.
* gnu/packages/perl.scm (perl-types-path-tiny): Update to 0.006.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index a3db5a4997..502350a6c1 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -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) |