mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-error: Update to 0.17028.
* gnu/packages/perl.scm (perl-error): Update to 0.17028.
This commit is contained in:
parent
cdc81ccedb
commit
0cb0c5df12
1 changed files with 2 additions and 2 deletions
|
@ -3166,14 +3166,14 @@ (define-public perl-env-path
|
|||
(define-public perl-error
|
||||
(package
|
||||
(name "perl-error")
|
||||
(version "0.17027")
|
||||
(version "0.17028")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
|
||||
"Error-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gnkxf12dq2w1jmjpllp5f30ya4nll01jv2sfi24386zfn1arch7"))))
|
||||
"0q796nwwiarfc6pga97380c9z8xva5545632001qj75kb1g5rn1s"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
||||
(home-page "https://metacpan.org/release/Error")
|
||||
|
|
Loading…
Reference in a new issue