[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/51: gnu: python-hypothesis: Update to 5.3.0.
From: |
guix-commits |
Subject: |
38/51: gnu: python-hypothesis: Update to 5.3.0. |
Date: |
Fri, 24 Jan 2020 14:48:22 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit e0a5693533f343423527f6fc79d398e4e4c6d730
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 24 00:03:47 2020 +0100
gnu: python-hypothesis: Update to 5.3.0.
* gnu/packages/check.scm (python-hypothesis): Update to 5.3.0.
---
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 5da3fdb..8025ea1 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1658,13 +1658,13 @@ instantly.")
(define-public python-hypothesis
(package
(name "python-hypothesis")
- (version "5.1.5")
+ (version "5.3.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "hypothesis" version))
(sha256
(base32
- "1ady8cjwpwsicpkhpjd6qwnipjr1lf488sv23psksbxsbgffg7sz"))))
+ "0aclww914la1s41jkjla10pm0qh88dpdv9x1riyqw7xzwczvbzf9"))))
(build-system python-build-system)
(arguments
;; XXX: Tests are not distributed with the PyPI archive.
- 16/51: gnu: python-sorted-containers: Disable tests., (continued)
- 16/51: gnu: python-sorted-containers: Disable tests., guix-commits, 2020/01/24
- 20/51: gnu: python-hypothesis: Update to 5.1.5., guix-commits, 2020/01/24
- 14/51: gnu: python-more-itertools: Update to 8.1.0., guix-commits, 2020/01/24
- 21/51: gnu: python-pluggy: Update to 0.13.1., guix-commits, 2020/01/24
- 22/51: gnu: python-pytest: Update to 5.3.2., guix-commits, 2020/01/24
- 32/51: gnu: python-dateutil: Update to 2.8.1., guix-commits, 2020/01/24
- 34/51: gnu: network-manager: Fix build with Python 3.8., guix-commits, 2020/01/24
- 35/51: gnu: python-freezegun: Update to 0.3.13., guix-commits, 2020/01/24
- 41/51: gnu: python-freezegun: Update to 0.3.14., guix-commits, 2020/01/24
- 37/51: gnu: python-six: Update to 1.14.0., guix-commits, 2020/01/24
- 38/51: gnu: python-hypothesis: Update to 5.3.0.,
guix-commits <=
- 36/51: gnu: python-cffi: Update to 1.13.2., guix-commits, 2020/01/24
- 40/51: gnu: python-pycairo: Update to 1.19.0., guix-commits, 2020/01/24
- 27/51: gnu: python-mako: Do not use pytest nose compatibility layer., guix-commits, 2020/01/24
- 30/51: gnu: python-pygobject: Update to 3.34.0., guix-commits, 2020/01/24
- 42/51: gnu: python-pytest-runner: Update to 5.2., guix-commits, 2020/01/24
- 48/51: gnu: meson: Update to 0.53.1., guix-commits, 2020/01/24
- 08/51: gnu: python-py: Update to 1.8.1., guix-commits, 2020/01/24
- 26/51: gnu: python2-pytest: Update to 4.6.9., guix-commits, 2020/01/24
- 33/51: gnu: libimobiledevice: Fix build with Python 3.8., guix-commits, 2020/01/24
- 45/51: gnu: util-linux: Update to 2.35., guix-commits, 2020/01/24