gnu: perl-type-tiny-xs: Update to 0.014.
* gnu/packages/perl.scm (perl-type-tiny-xs): Update to 0.014.master
parent
cdffdca4c0
commit
3b71996556
|
@ -8869,15 +8869,14 @@ be used with Moose, Mouse and Moo (or none of the above).")
|
||||||
(define-public perl-type-tiny-xs
|
(define-public perl-type-tiny-xs
|
||||||
(package
|
(package
|
||||||
(name "perl-type-tiny-xs")
|
(name "perl-type-tiny-xs")
|
||||||
(version "0.012")
|
(version "0.014")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/Type-Tiny-XS-"
|
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/Type-Tiny-XS-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1bbvghd2wmm9z1jx9qs9yz4l3r4izs8sz87z87sis7n3ydjdx2w2"))))
|
||||||
"05nbr898cvjjh1wsy55l84zasx65gijdxc6dnn558ihns8zx6gm9"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Type-Tiny-XS")
|
(home-page "https://metacpan.org/release/Type-Tiny-XS")
|
||||||
(synopsis "Provides an XS boost for some of Type::Tiny's built-in type constraints")
|
(synopsis "Provides an XS boost for some of Type::Tiny's built-in type constraints")
|
||||||
|
|
Reference in New Issue