gnu: perl-params-validate: Update to 1.29.

* gnu/packages/perl.scm (perl-params-validate): Update to 1.29.
master
Tobias Geerinckx-Rice 2018-09-09 14:38:44 +02:00
parent a0fad0374e
commit 2d32a6572d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6744,7 +6744,7 @@ checking parameters easier.")
(define-public perl-params-validate
(package
(name "perl-params-validate")
(version "1.26")
(version "1.29")
(source
(origin
(method url-fetch)
@ -6752,7 +6752,7 @@ checking parameters easier.")
"Params-Validate-" version ".tar.gz"))
(sha256
(base32
"1vbj78qd46ip09i06dsbb62jfwpzp4bg7yi617v98nvim77w66l2"))))
"0cwpf8yxwyxbnwhf6rx4wnaq1q38j38i34a78a005shb8gxqv9j9"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)