guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: perl-catalyst-runtime: Update to 5.90119.


From: Tobias Geerinckx-Rice
Subject: 02/06: gnu: perl-catalyst-runtime: Update to 5.90119.
Date: Wed, 26 Sep 2018 21:52:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6f52db245564b5732577e4e40e0f3127d37fcaf0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 25 23:27:44 2018 +0200

    gnu: perl-catalyst-runtime: Update to 5.90119.
    
    * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90119.
---
 gnu/packages/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 26c2e91..2251daa 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1862,15 +1862,15 @@ MIME type directly to the browser, without being 
processed through Catalyst.")
 (define-public perl-catalyst-runtime
   (package
     (name "perl-catalyst-runtime")
-    (version "5.90118")
+    (version "5.90119")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
+       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
                            "Catalyst-Runtime-" version ".tar.gz"))
        (sha256
         (base32
-         "0cws3szx3vvh0372qdx8fypgv6qphcc3v81rbq30sl1ghby7ksd3"))))
+         "1iw7x9rqk3sz2hm1bw01blz5vwm7zlljdf4xj3r8vz54f1yggzqr"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-fatal" ,perl-test-fatal)))



reply via email to

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