summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-19 15:33:33 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-19 22:15:57 +0300
commitf6a166c2d6c38df789f6600dbee7754e0af26403 (patch)
tree8fc532859bbc98712b063fd5032e531184b35af2 /gnu
parent0fb6098916f47b16656c106af2fbce99f8337bae (diff)
downloadguix-f6a166c2d6c38df789f6600dbee7754e0af26403.tar.gz
gnu: perl-type-tiny-xs: Update to 0.022.
* gnu/packages/perl.scm (perl-type-tiny-xs): Update to 0.022.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 9f006a3ed0..78dbb7b166 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10653,14 +10653,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.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")