nckx pushed a commit to branch master
in repository guix.
commit e83539e8cc9fb323f2d0e104e967386f5a6182d0
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Fri Mar 16 07:56:35 2018 +0100
gnu: python-chai: Update to 1.1.2.
* gnu/packages/python.scm (python-chai): Update to 1.1.2.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index adac8e9..d586eb9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8992,13 +8992,13 @@ etc.")
(define-public python-chai
(package
(name "python-chai")
- (version "1.1.1")
+ (version "1.1.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "chai" version))
(sha256
(base32
- "016kf3irrclpkpvcm7q0gmkfibq7jgy30a9v73pp42bq9h9a32bl"))))
+ "1k6n6zbgrrs83crp6mr3yqj9zlv40b8rpisyrliwsq7naml2p3gz"))))
(build-system python-build-system)
(home-page "https://github.com/agoragames/chai")
(synopsis "Mocking framework for Python")