gnu: perl-capture-tiny: Update to 0.46.
* gnu/packages/perl.scm (perl-capture-tiny): Update to 0.46.
This commit is contained in:
parent
ee6d716234
commit
4c08a8a67a
|
@ -603,7 +603,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.28")
|
(version "0.46")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -612,7 +612,7 @@ algorithm to keep the most used entries in the cache.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"117gmwipql1y5xnw9jil3lhdsrf2wsm9wjdzqj66x971n3fwm573"))))
|
"05bhlx6d4nzamhkkh0pkckg7wlvaq6mazf7q1fbb5wpp1j1nlyjx"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue