diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 14:58:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-15 20:30:41 +0100 |
commit | 497b8df89a5f2c45cc286ce8f7b4453d755a7ca9 (patch) | |
tree | fbdcd1ed60687e5bc52b67767f88fcc833d9b684 | |
parent | 6dc75e18fe499af79d05ad99ea70eaab39c3b52b (diff) | |
download | patches-497b8df89a5f2c45cc286ce8f7b4453d755a7ca9.tar patches-497b8df89a5f2c45cc286ce8f7b4453d755a7ca9.tar.gz |
gnu: perl-async-interrupt: Update to 1.24.
* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.24.
[native-inputs]: Add perl-canary-stability.
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ef337446dd..5b05b772dc 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -296,15 +296,17 @@ list manipulation routines.") (define-public perl-async-interrupt (package (name "perl-async-interrupt") - (version "1.21") + (version "1.24") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/ML/MLEHMANN/" "Async-Interrupt-" version ".tar.gz")) (sha256 (base32 - "092zs7b72f8q109c3z829nqfgwqghp3nhw44c0gcyhacbb4wgpk3")))) + "1lx4am3cqb9vvng9fhlwgfd7mk3afbrg8rps6xgpas6ij67dw8m0")))) (build-system perl-build-system) + (native-inputs + `(("perl-canary-stability" ,perl-canary-stability))) (propagated-inputs `(("perl-common-sense" ,perl-common-sense))) (home-page "https://metacpan.org/release/Async-Interrupt") |