mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pep8-naming: Update to 0.15.1.
* gnu/packages/python-xyz.scm (python-pep8-naming): Update to 0.15.1. Change-Id: I3eea20c1c5c9d62ea1629324b56a6232f6463dc6
This commit is contained in:
parent
4f30d05a9b
commit
889c87012a
1 changed files with 3 additions and 3 deletions
|
@ -16322,13 +16322,13 @@ application monitoring and error tracking software.")
|
|||
(define-public python-pep8-naming
|
||||
(package
|
||||
(name "python-pep8-naming")
|
||||
(version "0.14.1")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pep8-naming" version))
|
||||
(uri (pypi-uri "pep8_naming" version))
|
||||
(sha256
|
||||
(base32 "0dlapswhvzkkyw9gmjngc4rbzasdxnpxwj8mdkmmfmc7h2p2iwhy"))))
|
||||
(base32 "0acxcg4z43kkddlvjbcbbh1jp8rx5z0cq9hz7jlyvpm2mfcs9x7n"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue