guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: perl-catalyst-runtime: Update to 5.90115.


From: Marius Bakke
Subject: 01/02: gnu: perl-catalyst-runtime: Update to 5.90115.
Date: Fri, 25 Aug 2017 16:24:48 -0400 (EDT)

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

commit a21db79e5252e6a3f6b0a85fe2681022b02f6537
Author: Marius Bakke <address@hidden>
Date:   Fri Aug 25 21:34:47 2017 +0200

    gnu: perl-catalyst-runtime: Update to 5.90115.
    
    * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90115.
    [native-inputs]: Add PERL-MODULE-INSTALL.
---
 gnu/packages/web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index d46b6c8..623dad3 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1564,7 +1564,7 @@ MIME type directly to the browser, without being 
processed through Catalyst.")
 (define-public perl-catalyst-runtime
   (package
     (name "perl-catalyst-runtime")
-    (version "5.90082")
+    (version "5.90115")
     (source
      (origin
        (method url-fetch)
@@ -1572,10 +1572,11 @@ MIME type directly to the browser, without being 
processed through Catalyst.")
                            "Catalyst-Runtime-" version ".tar.gz"))
        (sha256
         (base32
-         "1gs70nq4rikpq6siwds9disb1z03vwjzf979xi9kf7saa1drfncs"))))
+         "0kh3ng6pjpxmndq9vrn515f70x7h44ish5bsgjwj4pjvchcyivzm"))))
     (build-system perl-build-system)
     (native-inputs
-     `(("perl-test-fatal" ,perl-test-fatal)))
+     `(("perl-module-install" ,perl-module-install)
+       ("perl-test-fatal" ,perl-test-fatal)))
     (propagated-inputs
      `(("perl-cgi-simple" ,perl-cgi-simple)
        ("perl-cgi-struct" ,perl-cgi-struct)



reply via email to

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