gnu: python-pyproject-metadata: Update to 0.7.1.

* gnu/packages/python-xyz.scm (python-pyproject-metadata): Update to 0.7.1.
This commit is contained in:
Nicolas Graves 2023-12-13 22:56:24 +01:00 committed by Ricardo Wurmus
parent e0e224eae6
commit 1039ec03be
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14022,7 +14022,7 @@ (define-public python-pep517
(define-public python-pyproject-metadata
(package
(name "python-pyproject-metadata")
(version "0.6.1")
(version "0.7.1")
(source
(origin
(method git-fetch)
@ -14032,7 +14032,7 @@ (define-public python-pyproject-metadata
(file-name (git-file-name name version))
(sha256
(base32
"00zahgw9zjfqwf0218bj5k732aibnn68cq1p8f0wmbirb7fy5k31"))))
"0yvs59ymz5gdix34a95wxlxvk9bnvjgrzsnmnc3ws7whpfv3yasm"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-packaging))
(native-inputs (list python-pypa-build python-pytest python-tomli))