guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 39337c300e207c8a1a59cb366ea1ccb59e992fb7
Author: Vinicius Monego <[email protected]>
AuthorDate: Sat Aug 2 11:35:13 2025 -0300
gnu: python-dparse: Update to 0.6.4.
* gnu/packages/python-xyz.scm (python-dparse): Update to 0.6.4.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-hatchling.
[propagated-inputs]: Remove python-pyyaml.
Change-Id: I4e79c895348275c1542e5aeab511c18683478511
---
gnu/packages/python-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4638325fe1..2cf3bf7a7f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34286,16 +34286,16 @@ dates in almost any string formats commonly found on
web pages.")
(define-public python-dparse
(package
(name "python-dparse")
- (version "0.5.1")
+ (version "0.6.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dparse" version))
(sha256
- (base32 "0rzkg3nymsbwdjc0ms2bsajkda02jipwyp3xk97qj71f21lz3dd1"))))
- (build-system python-build-system)
- (native-inputs (list python-pytest))
- (propagated-inputs (list python-packaging python-pyyaml python-toml))
+ (base32 "06i069hij4i53hikrsv332h2ibwfchr42b68hii6rhzdwcwrrclh"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-hatchling python-pytest))
+ (propagated-inputs (list python-packaging python-toml))
(home-page "https://github.com/pyupio/dparse")
(synopsis "Parser for Python dependency files")
(description "This package provides a parser for Python dependency files.")