GNU bug report logs -
#67813
[PATCH 00/12] Update python-pandas to version 2.1.1.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 13 Dec 2023 14:41:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-pyproject-metadata): Update to 0.7.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 50566eee8f..0f4b8454ad 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12717,7 +12717,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)
@@ -12727,7 +12727,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))
--
2.41.0
This bug report was last modified 1 year and 70 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.