sharlatan pushed a commit to branch master in repository guix. commit 889c87012acab15ab2ad44730cd1f1b29c88bbc4 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu May 8 00:09:29 2025 +0100
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 --- gnu/packages/python-xyz.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 417d27d644..d0d00c9803 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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