summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-09-10 14:13:36 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-09-10 14:13:36 +0200
commite5eef324459291a7d48661e5d80954d6160f2a55 (patch)
tree972ebb68ad0dc4007ef1f0bffef1f3f6dc91d7a2 /gnu/packages
parent02107081daaa4086744ee11870ce7a3529de4410 (diff)
downloadguix-e5eef324459291a7d48661e5d80954d6160f2a55.tar.gz
gnu: perl-module-runtime: Update to 0.016.
* gnu/packages/perl.scm (perl-module-runtime): Update to 0.016.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/perl.scm4
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")