diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 17:47:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 18:17:37 +0100 |
commit | c6f34724beeb4963fad07e8e41f5289adf993071 (patch) | |
tree | 879f3750ebdad6e3f180d45535bd77b2f7a4b512 /gnu/packages/perl.scm | |
parent | 6cf5dcfe4385f867b788c94f8d3ce38d539a52e0 (diff) | |
download | patches-c6f34724beeb4963fad07e8e41f5289adf993071.tar patches-c6f34724beeb4963fad07e8e41f5289adf993071.tar.gz |
gnu: perl-devel-checklib: Update to 1.14.
* gnu/packages/perl.scm (perl-devel-checklib): Update to 1.14.
[native-inputs]: Replace perl-io-captureoutput with perl-capture-tiny.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 6236c1ec74..1e08401887 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -2700,17 +2700,17 @@ particular command is available.") (define-public perl-devel-checklib (package (name "perl-devel-checklib") - (version "1.13") + (version "1.14") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MA/MATTN/Devel-CheckLib-" version ".tar.gz")) (sha256 - (base32 "1a19qkwxwz3wqb16cdabymfbf9kiydiifw90nd5srpq5hy8gvb94")))) + (base32 "15621qh5gaan1sgmk9y9svl70nm8viw17x5h1kf0zknkk8lmw77j")))) (build-system perl-build-system) (native-inputs - `(("perl-io-captureoutput" ,perl-io-captureoutput) + `(("perl-capture-tiny" ,perl-capture-tiny) ("perl-mock-config" ,perl-mock-config))) (home-page "https://metacpan.org/release/Devel-CheckLib") (synopsis "Check that a library is available") |