diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-31 08:41:35 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-31 08:48:28 +0100 |
| commit | 1fc78ed02d890692fa3fb6a9609fc5cf54658a20 (patch) | |
| tree | 6052ab7990e7f8c6d5ec9f8a4806edbb3de2ccb4 /gnu | |
| parent | 012651f62f716f7e95e6f1ceb596954bd8c0989b (diff) | |
gnu: python-flexmock: Update to 0.12.2.
Fixes <https://issues.guix.gnu.org/74969>.
* gnu/packages/check.scm (python-flexmock): Update to 0.12.2.
[build-system]: Add pyproject-build-system.
[native-inputs]: Add poetry, python-pytest.
Change-Id: Ibca72c88d6d3400e8f4f058831e4ca9c7e2cbf3c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/check.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index dd32800870b..5fef10485b5 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -3656,14 +3656,15 @@ time by mocking the datetime module.") (define-public python-flexmock (package (name "python-flexmock") - (version "0.10.4") + (version "0.12.2") (source (origin (method url-fetch) (uri (pypi-uri "flexmock" version)) (sha256 (base32 - "0b6qw3grhgx58kxlkj7mdma7xdvlj02zabvcf7w2qifnfjwwwcsh")))) - (build-system python-build-system) + "18dcr7mpldf3cxsqi9rak75n4z7x3j544l4ixdspairm7cf6cp23")))) + (build-system pyproject-build-system) + (native-inputs (list poetry python-pytest)) (home-page "https://flexmock.readthedocs.org") (synopsis "Testing library for Python") (description |
