mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: python-codespell: Update to 2.2.5.
* gnu/packages/python-xyz.scm (python-codespell): Update to 2.2.5.
This commit is contained in:
parent
815dd5bce3
commit
7400797341
1 changed files with 2 additions and 2 deletions
|
@ -17442,13 +17442,13 @@ (define-public python-whoosh
|
||||||
(define-public python-codespell
|
(define-public python-codespell
|
||||||
(package
|
(package
|
||||||
(name "python-codespell")
|
(name "python-codespell")
|
||||||
(version "2.2.4")
|
(version "2.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "codespell" version))
|
(uri (pypi-uri "codespell" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fp8ihlj8q23qdfryj5pq8srl85vn8k8p6gq3zg9qz957i3j0ihb"))))
|
(base32 "0mmynpblhwbja0vmzbmbb9cgpxdl7b0lxaf9h2zr5dpddvgsv7vd"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list python-chardet))
|
(list python-chardet))
|
||||||
|
|
Loading…
Reference in a new issue