mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -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
|
||||
(package
|
||||
(name "python-codespell")
|
||||
(version "2.2.4")
|
||||
(version "2.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "codespell" version))
|
||||
(sha256
|
||||
(base32 "0fp8ihlj8q23qdfryj5pq8srl85vn8k8p6gq3zg9qz957i3j0ihb"))))
|
||||
(base32 "0mmynpblhwbja0vmzbmbb9cgpxdl7b0lxaf9h2zr5dpddvgsv7vd"))))
|
||||
(build-system pyproject-build-system)
|
||||
(inputs
|
||||
(list python-chardet))
|
||||
|
|
Loading…
Reference in a new issue