~ruther/guix-local

d8a9b0a329ca280aac5df71063b05dee838c3acb — Sharlatan Hellseher 8 months ago e5b60ea
gnu: python-trove-classifiers: Update to 2025.5.9.12.

* gnu/packages/python-build.scm (python-trove-classifiers): Update to 2025.5.9.12.

Change-Id: Iac57d876d1df1300c1ad59e2c3e8a05116be9e1e
1 files changed, 10 insertions(+), 9 deletions(-)

M gnu/packages/python-build.scm
M gnu/packages/python-build.scm => gnu/packages/python-build.scm +10 -9
@@ 201,16 201,17 @@ Python file, so it can be easily copied into your project.")
(define-public python-trove-classifiers
  (package
    (name "python-trove-classifiers")
    (version "2024.10.21.16")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "trove_classifiers" version))
              (sha256
               (base32
                "1wzmij9b84pixms7nk2fawhvryj355rsi4rjwsfrspkxsrax1jqp"))))
    (version "2025.5.9.12")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trove_classifiers" version))
       (sha256
        (base32 "1dawkrcc353rz1h4mazw25vkbhics5lpqrwc8qad6b3flykwi9vw"))))
    (build-system pyproject-build-system)
    (arguments (list #:build-backend "setuptools.build_meta"
                     #:tests? #f))      ;keep dependencies to a minimum
    (arguments
     (list #:build-backend "setuptools.build_meta"
           #:tests? #f))      ;keep dependencies to a minimum
    (native-inputs (list python-setuptools python-wheel))
    (home-page "https://github.com/pypa/trove-classifiers")
    (synopsis "Canonical source for classifiers on PyPI")