mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
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
|
(define-public python-pytest-black
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-black")
|
(name "python-pytest-black")
|
||||||
(version "0.3.8")
|
(version "0.3.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-black" version))
|
(uri (pypi-uri "pytest-black" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04lppqydxm0f3f3x0l8hj7v0j6d8syj34jc37yzqwqcyqsnaga81"))))
|
"19bmbcnaq02md8nnj6pywri3vps8sxnhysbfy386qkbn9w09ncqx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-pytest python-black python-toml))
|
(list python-pytest python-black python-toml))
|
||||||
|
|
Loading…
Reference in a new issue