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:
parent
b25a2c7c40
commit
c014b00b28
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue