gnu: perl-capture-tiny: Update to 0.48.

* gnu/packages/perl.scm (perl-capture-tiny): Update to 0.48.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-26 23:17:14 +02:00
parent 085a95a71c
commit 9b8e38ae3d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -720,7 +720,7 @@ algorithm to keep the most used entries in the cache.")
(define-public perl-capture-tiny (define-public perl-capture-tiny
(package (package
(name "perl-capture-tiny") (name "perl-capture-tiny")
(version "0.46") (version "0.48")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -729,7 +729,7 @@ algorithm to keep the most used entries in the cache.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05bhlx6d4nzamhkkh0pkckg7wlvaq6mazf7q1fbb5wpp1j1nlyjx")))) "069yrikrrb4vqzc3hrkkfj96apsh7q0hg8lhihq97lxshwz128vc"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Capture-Tiny/") (home-page "http://search.cpan.org/dist/Capture-Tiny/")
(synopsis "Capture STDOUT and STDERR from Perl, XS or external programs") (synopsis "Capture STDOUT and STDERR from Perl, XS or external programs")