diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 14:13:36 +0200 | 
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-09-10 14:13:36 +0200 | 
| commit | e5eef324459291a7d48661e5d80954d6160f2a55 (patch) | |
| tree | 972ebb68ad0dc4007ef1f0bffef1f3f6dc91d7a2 /gnu/packages/perl.scm | |
| parent | 02107081daaa4086744ee11870ce7a3529de4410 (diff) | |
gnu: perl-module-runtime: Update to 0.016.
* gnu/packages/perl.scm (perl-module-runtime): Update to 0.016.
Diffstat (limited to 'gnu/packages/perl.scm')
| -rw-r--r-- | gnu/packages/perl.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 4792b6fb49..46c1ce8010 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -5224,7 +5224,7 @@ examine the contents, and perform some simple tasks.  It can also load the  (define-public perl-module-runtime    (package      (name "perl-module-runtime") -    (version "0.014") +    (version "0.016")      (source       (origin         (method url-fetch) @@ -5232,7 +5232,7 @@ examine the contents, and perform some simple tasks.  It can also load the                             "Module-Runtime-" version ".tar.gz"))         (sha256          (base32 -         "19326f094jmjs6mgpwkyisid54k67w34br8yfh0gvaaml87gwi2c")))) +         "097hy2czwkxlppri32m599ph0xfvfsbf0a5y23a4fdc38v32wc38"))))      (build-system perl-build-system)      (native-inputs `(("perl-module-build" ,perl-module-build)))      (home-page "https://metacpan.org/release/Module-Runtime") | 
