gnu: perl-params-util: Update to 1.102.

* gnu/packages/perl.scm (perl-params-util): Update to 1.102.
[source]: Update source URI.
This commit is contained in:
Efraim Flashner 2021-03-29 17:19:16 +03:00
parent be34826886
commit 5dbc2e3392
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8135,16 +8135,16 @@ designed for the more complex job, such as @code{Params::Validate}")
(define-public perl-params-util (define-public perl-params-util
(package (package
(name "perl-params-util") (name "perl-params-util")
(version "1.07") (version "1.102")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://cpan/authors/id/A/AD/ADAMK/Params-Util-" "mirror://cpan/authors/id/R/RE/REHSACK/Params-Util-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0v67sx93yhn7xa0nh9mnbf8mixf54czk6wzrjsp6dzzr5hzyrw9h")))) "00kl154zisf2zsl8yl6xa6yw54nhd9cja5d5fyigs96vhasb36s9"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Params-Util") (home-page "https://metacpan.org/release/Params-Util")
(synopsis "Simple, compact and correct param-checking functions") (synopsis "Simple, compact and correct param-checking functions")