summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 10:29:53 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:12 +0100
commit3b71996556c38d6d0716735285913d88676facf3 (patch)
tree52db879a8317605a053631fce68fe453cef5c20d
parentcdffdca4c01af4b38657b006ed246d0e6cd5c629 (diff)
downloadguix-patches-3b71996556c38d6d0716735285913d88676facf3.tar
guix-patches-3b71996556c38d6d0716735285913d88676facf3.tar.gz
gnu: perl-type-tiny-xs: Update to 0.014.
* gnu/packages/perl.scm (perl-type-tiny-xs): Update to 0.014.
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ab0dfce558..18a83e479e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8869,15 +8869,14 @@ be used with Moose, Mouse and Moo (or none of the above).")
(define-public perl-type-tiny-xs
(package
(name "perl-type-tiny-xs")
- (version "0.012")
+ (version "0.014")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/T/TO/TOBYINK/Type-Tiny-XS-"
version ".tar.gz"))
(sha256
- (base32
- "05nbr898cvjjh1wsy55l84zasx65gijdxc6dnn558ihns8zx6gm9"))))
+ (base32 "1bbvghd2wmm9z1jx9qs9yz4l3r4izs8sz87z87sis7n3ydjdx2w2"))))
(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")