sharlatan pushed a commit to branch python-team
in repository guix.
commit 3bfdad12d141567137dd155f5d80963492479378
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Nov 11 23:11:08 2024 +0000
gnu: python-trove-classifiers: Update to 2024.10.21.16.
* gnu/packages/python-build.scm (python-trove-classifiers): Update to
2024.10.21.16.
Change-Id: If6ec7ef0d02d516a9ba2b16f4afe879ae2b924d5
---
gnu/packages/python-build.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 00d50c3abd..997a5a001c 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -193,13 +193,13 @@ Python file, so it can be easily copied into your
project.")
(define-public python-trove-classifiers
(package
(name "python-trove-classifiers")
- (version "2023.3.9")
+ (version "2024.10.21.16")
(source (origin
(method url-fetch)
- (uri (pypi-uri "trove-classifiers" version))
+ (uri (pypi-uri "trove_classifiers" version))
(sha256
(base32
- "00xvldq94dy0zxz40idbbx40smrkfvq75r26ywszxg6lq7wg4hpf"))))
+ "1wzmij9b84pixms7nk2fawhvryj355rsi4rjwsfrspkxsrax1jqp"))))
(build-system pyproject-build-system)
(arguments (list #:build-backend "setuptools.build_meta"
#:tests? #f)) ;keep dependencies to a minimum