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.90124.


From: guix-commits
Subject: 01/02: gnu: perl-catalyst-runtime: Update to 5.90124.
Date: Mon, 23 Sep 2019 06:28:19 -0400 (EDT)

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

commit 624ed47d4179418f1018ec9470b6bc4db04496ea
Author: Ludovic Courtès <address@hidden>
Date:   Mon Sep 23 11:40:08 2019 +0200

    gnu: perl-catalyst-runtime: Update to 5.90124.
    
    * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124.
    [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT.
---
 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 f7730f3..a269de9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1977,15 +1977,15 @@ MIME type directly to the browser, without being 
processed through Catalyst.")
 (define-public perl-catalyst-runtime
   (package
     (name "perl-catalyst-runtime")
-    (version "5.90119")
+    (version "5.90124")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
+       (uri (string-append "mirror://cpan/authors/id/J/JJ/JJNAPIORK/"
                            "Catalyst-Runtime-" version ".tar.gz"))
        (sha256
         (base32
-         "1iw7x9rqk3sz2hm1bw01blz5vwm7zlljdf4xj3r8vz54f1yggzqr"))))
+         "001yk1i0xwn4v308qx15nvnp6v9qfdigdlvz1rgw5zpnq7kwnq1a"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-fatal" ,perl-test-fatal)))
@@ -2008,6 +2008,7 @@ MIME type directly to the browser, without being 
processed through Catalyst.")
        ("perl-moosex-methodattributes" ,perl-moosex-methodattributes)
        ("perl-namespace-clean" ,perl-namespace-clean)
        ("perl-path-class" ,perl-path-class)
+       ("perl-perlio-utf8-strict" ,perl-perlio-utf8_strict)
        ("perl-plack" ,perl-plack)
        ("perl-plack-middleware-fixmissingbodyinredirect"
         ,perl-plack-middleware-fixmissingbodyinredirect)



reply via email to

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