mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: perl-error: Update to 0.17025.
* gnu/packages/perl-.scm (perl-error): Update to 0.17025.
This commit is contained in:
parent
41b937cd5f
commit
8c8771c375
1 changed files with 2 additions and 2 deletions
|
@ -3025,14 +3025,14 @@ (define-public perl-env-path
|
|||
(define-public perl-error
|
||||
(package
|
||||
(name "perl-error")
|
||||
(version "0.17023")
|
||||
(version "0.17025")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
|
||||
"Error-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0dsxic78mxy30qvbbdzfyp501hbkwhnbmafqfxipr0yqfy8f2j5g"))))
|
||||
"1bzgzmf1v4md02vadm46b4j4ilqxrcrfasvbzymhrznlsd54g7vc"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
||||
(home-page "http://search.cpan.org/dist/Error/")
|
||||
|
|
Loading…
Reference in a new issue