mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
351c7a7bb7
commit
252d609c1d
1 changed files with 3 additions and 3 deletions
|
@ -194,13 +194,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue