gnu: perl-type-tiny: Update to 1.008003.
* gnu/packages/perl.scm (perl-type-tiny): Update to 1.008003.master
parent
a54dfcc063
commit
c7dd15596f
|
@ -9268,14 +9268,14 @@ variable conform.")
|
||||||
(define-public perl-type-tiny
|
(define-public perl-type-tiny
|
||||||
(package
|
(package
|
||||||
(name "perl-type-tiny")
|
(name "perl-type-tiny")
|
||||||
(version "1.006000")
|
(version "1.008003")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
|
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/"
|
||||||
"Type-Tiny-" version ".tar.gz"))
|
"Type-Tiny-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "007xsx78cnjillbny7x9sjn1w6z8m22fmksmay710jhbvw9h19nm"))))
|
(base32 "1x80rlnh7kl4xgm4qvyfbgahcyla4wbyh3b759nm21czn8x6wkm4"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-warnings" ,perl-test-warnings)))
|
`(("perl-test-warnings" ,perl-test-warnings)))
|
||||||
|
|
Reference in New Issue