guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: perl-module-runtime: Update to 0.016.


From: Marius Bakke
Subject: 03/07: gnu: perl-module-runtime: Update to 0.016.
Date: Mon, 10 Sep 2018 08:34:10 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e5eef324459291a7d48661e5d80954d6160f2a55
Author: Marius Bakke <address@hidden>
Date:   Mon Sep 10 14:13:36 2018 +0200

    gnu: perl-module-runtime: Update to 0.016.
    
    * gnu/packages/perl.scm (perl-module-runtime): Update to 0.016.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 4792b6f..46c1ce8 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]