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.
This commit is contained in:
parent
6dc75e18fe
commit
497b8df89a
1 changed files with 4 additions and 2 deletions
|
@ -296,15 +296,17 @@ (define-public perl-array-utils
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue