summaryrefslogtreecommitdiff
path: root/gnu/packages/perl-web.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-19 22:48:58 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-19 22:49:33 +0300
commit43c156ea724dd12f40df32507073f12daeb81d73 (patch)
tree34665c2b0efa7f1fb937c4e0753e9c9b9ea12a89 /gnu/packages/perl-web.scm
parent81bba37571b46e9910667acff1dbd52292c94b16 (diff)
downloadguix-patches-43c156ea724dd12f40df32507073f12daeb81d73.tar
guix-patches-43c156ea724dd12f40df32507073f12daeb81d73.tar.gz
gnu: perl-mojolicious: Update to 9.17.
* gnu/packages/perl-web.scm (perl-mojolicious): Update to 9.17.
Diffstat (limited to 'gnu/packages/perl-web.scm')
-rw-r--r--gnu/packages/perl-web.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index 7bc406c206..498d5bcc10 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")