gnu: python-pytest-black: Update to 0.3.12.

* gnu/packages/python-xyz.scm (python-pytest-black): Update to 0.3.12.
This commit is contained in:
Maxim Cournoyer 2022-04-05 15:57:27 -04:00
parent b25a2c7c40
commit c014b00b28
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -12143,14 +12143,14 @@ (define-public python-sniffio
(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))