mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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
This commit is contained in:
parent
012651f62f
commit
1fc78ed02d
1 changed files with 4 additions and 3 deletions
|
@ -3656,14 +3656,15 @@ (define-public python-freezegun
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue