mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-params-validationcompiler: Update to 0.30.
* gnu/packages/perl.scm (perl-params-validationcompiler): Update to 0.30.
This commit is contained in:
parent
9c53291037
commit
c459160dd5
1 changed files with 2 additions and 3 deletions
|
@ -6814,15 +6814,14 @@ (define-public perl-params-validate
|
||||||
(define-public perl-params-validationcompiler
|
(define-public perl-params-validationcompiler
|
||||||
(package
|
(package
|
||||||
(name "perl-params-validationcompiler")
|
(name "perl-params-validationcompiler")
|
||||||
(version "0.27")
|
(version "0.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/D/DR/DROLSKY/"
|
(uri (string-append "mirror://cpan/authors/id/D/DR/DROLSKY/"
|
||||||
"Params-ValidationCompiler-" version ".tar.gz"))
|
"Params-ValidationCompiler-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1jqn1l4m4i341g14kmjsf3a1kn7vv6z89cix0xjjgr1v70iywnyw"))))
|
||||||
"1cpr188c2xm0kkmdir6slcsgv7v6ibqff4lax8s0whwx6ml9kaah"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
|
Loading…
Reference in a new issue