mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-carp-assert-more: Update to 1.20.
* gnu/packages/perl.scm (perl-carp-assert-more): Update to 1.20.
This commit is contained in:
parent
6f50c8a70c
commit
ea3e8fad74
1 changed files with 2 additions and 3 deletions
|
@ -779,15 +779,14 @@ (define-public perl-carp-assert
|
|||
(define-public perl-carp-assert-more
|
||||
(package
|
||||
(name "perl-carp-assert-more")
|
||||
(version "1.16")
|
||||
(version "1.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/P/PE/PETDANCE/"
|
||||
"Carp-Assert-More-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x9jd6s3lq97na6gz7g0zaq62l8z297xsfpdj2v42p3ijpfirl4f"))))
|
||||
(base32 "16jnhdjgfwymrc5fki4xlf1rlziszf9k6q0245g976124k708ac5"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-exception" ,perl-test-exception)))
|
||||
|
|
Loading…
Reference in a new issue