mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-type-tiny-xs: Update to 0.022.
* gnu/packages/perl.scm (perl-type-tiny-xs): Update to 0.022.
This commit is contained in:
parent
0fb6098916
commit
f6a166c2d6
1 changed files with 2 additions and 2 deletions
|
@ -10653,14 +10653,14 @@ (define-public perl-type-tiny
|
|||
(define-public perl-type-tiny-xs
|
||||
(package
|
||||
(name "perl-type-tiny-xs")
|
||||
(version "0.014")
|
||||
(version "0.022")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/Type-Tiny-XS-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1bbvghd2wmm9z1jx9qs9yz4l3r4izs8sz87z87sis7n3ydjdx2w2"))))
|
||||
(base32 "007z49zbwnhghsrvvv2v7fvp6iqfz74bb29qh36307fwywqlmhxw"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Type-Tiny-XS")
|
||||
(synopsis "Provides an XS boost for some of Type::Tiny's built-in type constraints")
|
||||
|
|
Loading…
Reference in a new issue