guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: perl-mojolicious: Update to 7.59.


From: Tobias Geerinckx-Rice
Subject: 03/15: gnu: perl-mojolicious: Update to 7.59.
Date: Sat, 23 Dec 2017 17:58:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1360b6b55a039f4b88bd670f150e36b25ae419e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 23 17:59:36 2017 +0100

    gnu: perl-mojolicious: Update to 7.59.
    
    * gnu/packages/perl-web.scm (perl-mojolicious): Update to 7.59.
---
 gnu/packages/perl-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index 75637e6..0500cee 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26,7 +27,7 @@
 (define-public perl-mojolicious
   (package
     (name "perl-mojolicious")
-    (version "7.29")
+    (version "7.59")
     (source
      (origin
        (method url-fetch)
@@ -34,7 +35,7 @@
                            version ".tar.gz"))
        (sha256
         (base32
-         "1kmyb9axqbklyvr3l4d6mxnb0r97s9hzn7jpzksgckklp1ic8sqh"))))
+         "11whfrbafj191ahbhlhadws0vkg9kmvqswzkvswgwajhr1x678rh"))))
     (build-system perl-build-system)
     (home-page "http://mojolicious.org/";)
     (synopsis "Real-time web framework")



reply via email to

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