gnu: perl-module-runtime: Update to 0.016.

* gnu/packages/perl.scm (perl-module-runtime): Update to 0.016.
This commit is contained in:
Marius Bakke 2018-09-10 14:13:36 +02:00
parent 02107081da
commit e5eef32445
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5224,7 +5224,7 @@ (define-public perl-module-pluggable
(define-public perl-module-runtime (define-public perl-module-runtime
(package (package
(name "perl-module-runtime") (name "perl-module-runtime")
(version "0.014") (version "0.016")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5232,7 +5232,7 @@ (define-public perl-module-runtime
"Module-Runtime-" version ".tar.gz")) "Module-Runtime-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19326f094jmjs6mgpwkyisid54k67w34br8yfh0gvaaml87gwi2c")))) "097hy2czwkxlppri32m599ph0xfvfsbf0a5y23a4fdc38v32wc38"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build))) (native-inputs `(("perl-module-build" ,perl-module-build)))
(home-page "https://metacpan.org/release/Module-Runtime") (home-page "https://metacpan.org/release/Module-Runtime")