[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/24: gnu: python-hypothesis: Update to 3.66.6.
From: |
Marius Bakke |
Subject: |
18/24: gnu: python-hypothesis: Update to 3.66.6. |
Date: |
Sat, 28 Jul 2018 09:58:19 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 85f1342f01ad0fe6e5b23cabd5a6365b6a8e22bf
Author: Marius Bakke <address@hidden>
Date: Mon Jul 23 22:17:43 2018 +0200
gnu: python-hypothesis: Update to 3.66.6.
* gnu/packages/check.scm (python-hypothesis): Update to 3.66.6.
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 3239bf8..8ee7d97 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1386,13 +1386,13 @@ normally the case.")
(define-public python-hypothesis
(package
(name "python-hypothesis")
- (version "3.52.0")
+ (version "3.66.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "hypothesis" version))
(sha256
(base32
- "0g54cypfi5qj6cgxfr7l1nb41r1cqhhngx4qxn4ga9h720rcsbr8"))))
+ "0jlcbnirj5ndv4gvb3rmydligljn1alim9d4dk377188y09iwl5k"))))
(build-system python-build-system)
(native-inputs
`(("python-flake8" ,python-flake8)
- 11/24: gnu: python-py: Update home page., (continued)
- 11/24: gnu: python-py: Update home page., Marius Bakke, 2018/07/28
- 17/24: gnu: python-flake8: Update to 3.5.0., Marius Bakke, 2018/07/28
- 07/24: gnu: python: Rebuild bytecode after removing tests., Marius Bakke, 2018/07/28
- 05/24: gnu: python: Remove outdated comment and phases., Marius Bakke, 2018/07/28
- 06/24: gnu: python: Update to 3.7.0., Marius Bakke, 2018/07/28
- 12/24: gnu: python-pyflakes: Update to 2.0.0., Marius Bakke, 2018/07/28
- 13/24: gnu: python-more-itertools: Update to 4.2.0., Marius Bakke, 2018/07/28
- 19/24: gnu: python-pytest-cov: Update to 2.5.1., Marius Bakke, 2018/07/28
- 24/24: gnu: python-fonttools: Update to 3.28.0., Marius Bakke, 2018/07/28
- 23/24: gnu: gdb: Fix build with Python >= 3.7., Marius Bakke, 2018/07/28
- 18/24: gnu: python-hypothesis: Update to 3.66.6.,
Marius Bakke <=
- 22/24: gnu: python-pytest-mock: Update to 1.10.0., Marius Bakke, 2018/07/28
- 20/24: gnu: Add python-invoke., Marius Bakke, 2018/07/28
- 09/24: gnu: python-py: Add missing dependency on setuptools-scm., Marius Bakke, 2018/07/28
- 15/24: gnu: python-setuptools: Update to 40.0.0., Marius Bakke, 2018/07/28
- 14/24: gnu: python-pycodestyle: Update to 2.4.0., Marius Bakke, 2018/07/28
- 16/24: gnu: python-pytest-runner: Update to 4.2., Marius Bakke, 2018/07/28
- 21/24: gnu: python-pytest: Update to 3.6.3., Marius Bakke, 2018/07/28