gnu: perl-mojolicious: Update to 7.59.

* gnu/packages/perl-web.scm (perl-mojolicious): Update to 7.59.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-23 17:59:36 +01:00
parent b596306cd4
commit 1360b6b55a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -26,7 +27,7 @@
(define-public perl-mojolicious (define-public perl-mojolicious
(package (package
(name "perl-mojolicious") (name "perl-mojolicious")
(version "7.29") (version "7.59")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -34,7 +35,7 @@
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1kmyb9axqbklyvr3l4d6mxnb0r97s9hzn7jpzksgckklp1ic8sqh")))) "11whfrbafj191ahbhlhadws0vkg9kmvqswzkvswgwajhr1x678rh"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://mojolicious.org/") (home-page "http://mojolicious.org/")
(synopsis "Real-time web framework") (synopsis "Real-time web framework")