aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-01-24 14:54:56 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-01-24 23:27:06 +0100
commit08b813366e088e85778752d210ffe35cab1f9748 (patch)
tree9810e1e9b9ca1146fcfc885d118730f84fa691fd
parente6ace98d10159e9b9477dea34f428829a06cbb34 (diff)
downloadguix-08b813366e088e85778752d210ffe35cab1f9748.tar
guix-08b813366e088e85778752d210ffe35cab1f9748.tar.gz
gnu: python-mistune: Update to 0.7.3.
* gnu/packages/python.scm (python-mistune): Update to 0.7.3.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4e73b0e22b..c99638bbd7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5997,7 +5997,7 @@ complexity of Python source code.")
(define-public python-mistune
(package
(name "python-mistune")
- (version "0.7")
+ (version "0.7.3")
(source
(origin
(method url-fetch)
@@ -6007,7 +6007,7 @@ complexity of Python source code.")
".tar.gz"))
(sha256
(base32
- "17zqjp9m4d1w3jf2rbbq5xshcw24q1vlcv24gkgfqqyyymajxahx"))))
+ "04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11"))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)