summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-16 07:56:35 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-17 16:37:23 +0100
commite83539e8cc9fb323f2d0e104e967386f5a6182d0 (patch)
tree7eaddf0a112bae05ef7c98253aa2c41ea778655f
parentc300630d556a0241ad09949f03ea8e9bcb119f74 (diff)
downloadguix-e83539e8cc9fb323f2d0e104e967386f5a6182d0.tar.gz
gnu: python-chai: Update to 1.1.2.
* gnu/packages/python.scm (python-chai): Update to 1.1.2.
-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 adac8e9f48..d586eb94ba 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")