[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42465] [PATCH 02/10] gnu: python-hypothesis: Update to 5.20.0.
From: |
Marius Bakke |
Subject: |
[bug#42465] [PATCH 02/10] gnu: python-hypothesis: Update to 5.20.0. |
Date: |
Sat, 25 Jul 2020 17:52:35 +0200 |
Tanguy Le Carrour <tanguy@bioneland.org> writes:
> * gnu/packages/check.scm (python-hypothesis): Update to 5.20.0.
This can not be applied on 'master' because Hypothesis has 6261
dependent packages:
$ ./pre-inst-env guix refresh -l python-hypothesis
Building the following 2211 packages would ensure 6261 dependent
packages are rebuilt: [...]
If it is necessary for the remainder of this series, you can add a
different variable with the new hypothesis like so:
(define-public python-hypothesis-5.20
(package
(inherit python-hypothesis)
(version "5.20")
(source ...)))
And then add 'python-hypothesis-5.20' to native-inputs in the packages
that need it.
Can you look into it?
signature.asc
Description: PGP signature
- [bug#42465] [PATCH 00/10] gnu: Add python-mypy., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 01/10] gnu: python-typing-extension: Update to 3.7.4.2., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 02/10] gnu: python-hypothesis: Update to 5.20.0., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 02/10] gnu: python-hypothesis: Update to 5.20.0.,
Marius Bakke <=
- [bug#42465] [PATCH 03/10] gnu: Add python-mypy-extensions., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 04/10] gnu: Add python-typing-inspect., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 05/10] gnu: Add python-libcst., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 06/10] gnu: Add python-lark-parser., Tanguy Le Carrour, 2020/07/21
- [bug#42465] [PATCH 09/10] gnu: Add python-flake8-pyi., Tanguy Le Carrour, 2020/07/21