gnu: perl-type-tiny: Update to 1.008003.

* gnu/packages/perl.scm (perl-type-tiny): Update to 1.008003.
This commit is contained in:
Marius Bakke 2020-01-22 17:57:04 +01:00
parent a54dfcc063
commit c7dd15596f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -9268,14 +9268,14 @@ (define-public perl-type-tie
(define-public perl-type-tiny
(package
(name "perl-type-tiny")
(version "1.006000")
(version "1.008003")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
"Type-Tiny-" version ".tar.gz"))
(sha256
(base32 "007xsx78cnjillbny7x9sjn1w6z8m22fmksmay710jhbvw9h19nm"))))
(base32 "1x80rlnh7kl4xgm4qvyfbgahcyla4wbyh3b759nm21czn8x6wkm4"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-warnings" ,perl-test-warnings)))