apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit 5ace0b23ae6bd64e5cf70dfbd1e460c0a0c6951b Author: Maxim Cournoyer <[email protected]> AuthorDate: Tue Apr 5 15:57:27 2022 -0400 gnu: python-pytest-black: Update to 0.3.12. * gnu/packages/python-xyz.scm (python-pytest-black): Update to 0.3.12. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 844724afb5..c1ca9ba69d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12127,14 +12127,14 @@ asyncio.") (define-public python-pytest-black (package (name "python-pytest-black") - (version "0.3.8") + (version "0.3.12") (source (origin (method url-fetch) (uri (pypi-uri "pytest-black" version)) (sha256 (base32 - "04lppqydxm0f3f3x0l8hj7v0j6d8syj34jc37yzqwqcyqsnaga81")))) + "19bmbcnaq02md8nnj6pywri3vps8sxnhysbfy386qkbn9w09ncqx")))) (build-system python-build-system) (propagated-inputs (list python-pytest python-black python-toml))
