diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 04:01:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 09:25:36 +0100 |
commit | bfb4cc6b5a35063390dda4b805d78052210d4692 (patch) | |
tree | d8481e802f85ce0abcaa0476e6a5e0f6fa6d1d28 /gnu | |
parent | 96a0aa108f6a95f824b37417af327c980074f374 (diff) |
gnu: uwsgi: Update to 2.0.15.
* gnu/packages/web.scm (uwsgi): Update to 2.0.15.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index e2b94508ef..d80bd3fd82 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -4044,14 +4044,14 @@ a pure C99 library.") (define-public uwsgi (package (name "uwsgi") - (version "2.0.12") + (version "2.0.15") (source (origin (method url-fetch) (uri (string-append "http://projects.unbit.it/downloads/uwsgi-" version ".tar.gz")) (sha256 (base32 - "02g46dnw5j1iw8fsq392bxbk8d21b9pdgb3ypcinv3b4jzdm2srh")))) + "1zvj28wp3c1hacpd4c6ra5ilwvvfq3l8y6gn8i7mnncpddlzjbjp")))) (build-system gnu-build-system) (outputs '("out" "python")) (arguments |