aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-16 15:59:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-17 01:17:15 +0200
commit2ef651a6e20de6ae9152934819f3deb58edfef8a (patch)
treedf2bf8ef9a28f786c7f0981fb22631181cdab972
parent3aa5b7d934e311caa799006ce6764dcf1955e410 (diff)
downloadguix-2ef651a6e20de6ae9152934819f3deb58edfef8a.tar
guix-2ef651a6e20de6ae9152934819f3deb58edfef8a.tar.gz
gnu: python-ddt: Update to 1.1.3.
* gnu/packages/python.scm (python-ddt): Update to 1.1.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 937ed21fe6..d8d615e19f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10559,14 +10559,14 @@ convering text with ANSI color codes to HTML or LaTeX.")
(define-public python-ddt
(package
(name "python-ddt")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ddt" version))
(sha256
(base32
- "1wqkmz0yhanly8sif5vb02p2iik7mwxwph8ywph2kbb8ws8szdpx"))))
+ "1lw17420iimhghkgzgax85nn8d1an2d6k2cfvb7j5kwn2dqlr1vk"))))
(build-system python-build-system)
(native-inputs
`(("python-mock" ,python-mock)