me
/
guix
Archived
1
0
Fork 0

gnu: perl-type-tiny-xs: Update to 0.022.

* gnu/packages/perl.scm (perl-type-tiny-xs): Update to 0.022.
master
Efraim Flashner 2021-05-19 15:33:33 +03:00
parent 0fb6098916
commit f6a166c2d6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -10653,14 +10653,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.014") (version "0.022")
(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 "1bbvghd2wmm9z1jx9qs9yz4l3r4izs8sz87z87sis7n3ydjdx2w2")))) (base32 "007z49zbwnhghsrvvv2v7fvp6iqfz74bb29qh36307fwywqlmhxw"))))
(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")