mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-capture-tiny: Update to 0.48.
* gnu/packages/perl.scm (perl-capture-tiny): Update to 0.48.
This commit is contained in:
parent
085a95a71c
commit
9b8e38ae3d
1 changed files with 2 additions and 2 deletions
|
@ -720,7 +720,7 @@ (define-public perl-cache-fastmmap
|
|||
(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 @@ (define-public perl-capture-tiny
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue