guix-commits
[Top][All Lists]
Advanced

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

16/28: gnu: perl-mojolicious: Update to 9.17.


From: guix-commits
Subject: 16/28: gnu: perl-mojolicious: Update to 9.17.
Date: Wed, 19 May 2021 16:30:16 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 43c156ea724dd12f40df32507073f12daeb81d73
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 22:48:58 2021 +0300

    gnu: perl-mojolicious: Update to 9.17.
    
    * gnu/packages/perl-web.scm (perl-mojolicious): Update to 9.17.
---
 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 7bc406c..498d5bc 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,7 +31,7 @@
 (define-public perl-mojolicious
   (package
     (name "perl-mojolicious")
-    (version "7.59")
+    (version "9.17")
     (source
      (origin
        (method url-fetch)
@@ -38,7 +39,7 @@
                            version ".tar.gz"))
        (sha256
         (base32
-         "11whfrbafj191ahbhlhadws0vkg9kmvqswzkvswgwajhr1x678rh"))))
+         "13dxjhr03dhh1f5bbxbb3jiwdv7jby96qqb97l3arf5x043yd9hd"))))
     (build-system perl-build-system)
     (home-page "https://mojolicious.org/";)
     (synopsis "Real-time web framework")



reply via email to

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