[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: uwsgi: Update to 2.0.17.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/11: gnu: uwsgi: Update to 2.0.17.1. |
Date: |
Wed, 8 Aug 2018 20:27:03 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9ed69a078ddb0fca8f96c4759c6a269c70e1daf3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Aug 8 19:00:29 2018 +0200
gnu: uwsgi: Update to 2.0.17.1.
* gnu/packages/web.scm (uwsgi): Update to 2.0.17.1.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 84eb437..67b62d8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4086,14 +4086,14 @@ a pure C99 library.")
(define-public uwsgi
(package
(name "uwsgi")
- (version "2.0.17")
+ (version "2.0.17.1")
(source (origin
(method url-fetch)
(uri (string-append "https://projects.unbit.it/downloads/uwsgi-"
version ".tar.gz"))
(sha256
(base32
- "1wlbaairsmhp6bx5wv282q9pgh6w7w6yrb8vxjznfaxrinsfkhix"))))
+ "0xxjb9dyivq5531birvxq2gnyxf2x5q7gz54440acra6qwsq4cfj"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(arguments
- 01/11: gnu: stunnel: Update to 5.48 [security fix]., (continued)
- 01/11: gnu: stunnel: Update to 5.48 [security fix]., Tobias Geerinckx-Rice, 2018/08/08
- 03/11: gnu: msitools: Update to 0.98., Tobias Geerinckx-Rice, 2018/08/08
- 07/11: gnu: setbfree: Update to 0.8.7., Tobias Geerinckx-Rice, 2018/08/08
- 10/11: gnu: xlockmore: Update to 5.56., Tobias Geerinckx-Rice, 2018/08/08
- 04/11: gnu: youtube-dl: Update to 2018.08.04., Tobias Geerinckx-Rice, 2018/08/08
- 05/11: gnu: libostree: Update to 2018.7., Tobias Geerinckx-Rice, 2018/08/08
- 06/11: gnu: setbfree: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/08/08
- 08/11: gnu: yoshimi: Update to 1.5.8.2., Tobias Geerinckx-Rice, 2018/08/08
- 09/11: gnu: autogen: Update to 5.18.14., Tobias Geerinckx-Rice, 2018/08/08
- 11/11: gnu: dovecot: Update to 2.3.2.1., Tobias Geerinckx-Rice, 2018/08/08
- 02/11: gnu: uwsgi: Update to 2.0.17.1.,
Tobias Geerinckx-Rice <=