me
/
guix
Archived
1
0
Fork 0

gnu: python-codespell: Update to 2.2.5.

* gnu/packages/python-xyz.scm (python-codespell): Update to 2.2.5.
master
Efraim Flashner 2023-06-24 22:48:13 +03:00
parent 815dd5bce3
commit 7400797341
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -17442,13 +17442,13 @@ checking library.")
(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))