diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 23:17:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 02:56:42 +0200 |
commit | 9b8e38ae3d93672623b0f48015d96251f2613aee (patch) | |
tree | 7b088462cf98b46a2621e57953969220849936b7 | |
parent | 085a95a71cbfabd25410757c1409a46438cd62c7 (diff) |
gnu: perl-capture-tiny: Update to 0.48.
* gnu/packages/perl.scm (perl-capture-tiny): Update to 0.48.
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 13f0e778f8..7a743cfd0d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -720,7 +720,7 @@ algorithm to keep the most used entries in the cache.") (define-public perl-capture-tiny (package (name "perl-capture-tiny") - (version "0.46") + (version "0.48") (source (origin (method url-fetch) @@ -729,7 +729,7 @@ algorithm to keep the most used entries in the cache.") version ".tar.gz")) (sha256 (base32 - "05bhlx6d4nzamhkkh0pkckg7wlvaq6mazf7q1fbb5wpp1j1nlyjx")))) + "069yrikrrb4vqzc3hrkkfj96apsh7q0hg8lhihq97lxshwz128vc")))) (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") |