mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: uwsgi: Update to 2.0.17.1.
* gnu/packages/web.scm (uwsgi): Update to 2.0.17.1.
This commit is contained in:
parent
c0efb1fe56
commit
9ed69a078d
1 changed files with 2 additions and 2 deletions
|
@ -4086,14 +4086,14 @@ (define-public gumbo-parser
|
||||||
(define-public uwsgi
|
(define-public uwsgi
|
||||||
(package
|
(package
|
||||||
(name "uwsgi")
|
(name "uwsgi")
|
||||||
(version "2.0.17")
|
(version "2.0.17.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://projects.unbit.it/downloads/uwsgi-"
|
(uri (string-append "https://projects.unbit.it/downloads/uwsgi-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wlbaairsmhp6bx5wv282q9pgh6w7w6yrb8vxjznfaxrinsfkhix"))))
|
"0xxjb9dyivq5531birvxq2gnyxf2x5q7gz54440acra6qwsq4cfj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "python"))
|
(outputs '("out" "python"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue