summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-08-02 11:35:13 -0300
committerVinicius Monego <monego@posteo.net>2025-08-04 21:34:22 -0300
commit39337c300e207c8a1a59cb366ea1ccb59e992fb7 (patch)
tree8025a72bbb281e88dba4ee5b2ed63b2eb9a08fa7 /gnu/packages/python-xyz.scm
parent98c92f116ea9cf136523c19a657d93f4ce148196 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm10
1 files 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.")