summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorAlex Sassmannshausen <alex@pompo.co>2017-03-23 13:44:36 +0100
committerAlex Sassmannshausen <alex@pompo.co>2017-03-26 11:33:35 +0200
commit4c08a8a67a7d9aff83fbbc6771e809b50d9b6433 (patch)
treea0adc0c969ae63d7a6b23e8152e9c9e3821955e9 /gnu/packages/perl.scm
parentee6d716234858235483d156a77ce0662280d3018 (diff)
downloadguix-4c08a8a67a7d9aff83fbbc6771e809b50d9b6433.tar.gz
gnu: perl-capture-tiny: Update to 0.46.
* gnu/packages/perl.scm (perl-capture-tiny): Update to 0.46.
Diffstat (limited to 'gnu/packages/perl.scm')
-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 97655a6460..fef17bbd0c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -603,7 +603,7 @@ algorithm to keep the most used entries in the cache.")
 (define-public perl-capture-tiny
   (package
     (name "perl-capture-tiny")
-    (version "0.28")
+    (version "0.46")
     (source
      (origin
        (method url-fetch)
@@ -612,7 +612,7 @@ algorithm to keep the most used entries in the cache.")
              version ".tar.gz"))
        (sha256
         (base32
-         "117gmwipql1y5xnw9jil3lhdsrf2wsm9wjdzqj66x971n3fwm573"))))
+         "05bhlx6d4nzamhkkh0pkckg7wlvaq6mazf7q1fbb5wpp1j1nlyjx"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Capture-Tiny")
     (synopsis "Capture STDOUT and STDERR from Perl, XS or external programs")