summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 01:09:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-02 15:52:52 +0100
commit6a192184ecd0b1e99d59cfd115475ff9cb6de866 (patch)
tree350094fdeb6ef55ffef4009472746da5debb10b8 /gnu/packages/python-web.scm
parent05075433a2b8661200a6f40fc1319414a9e44b7d (diff)
downloadpatches-6a192184ecd0b1e99d59cfd115475ff9cb6de866.tar
patches-6a192184ecd0b1e99d59cfd115475ff9cb6de866.tar.gz
gnu: python-flask-script: Update to 2.0.6.
* gnu/packages/python-web.scm (python-flask-script): Update to 2.0.6.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ed3d2ec57b..9dc0650230 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2081,14 +2081,14 @@ this it tries to be opinion-free and very extendable.")
(define-public python-flask-script
(package
(name "python-flask-script")
- (version "2.0.5")
+ (version "2.0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Flask-Script" version))
(sha256
(base32
- "0zqh2yq8zk7m9b4xw1ryqmrljkdigfb3hk5155a3b5hkfnn6xxyf"))))
+ "0r8w2v89nj6b9p91p495cga5m72a673l2wc0hp0zqk05j4yrc9b4"))))
(build-system python-build-system)
(propagated-inputs
`(("python-flask" ,python-flask)