mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-hatch-vcs: Update to 0.5.0.
* gnu/packages/python-build.scm (python-hatch-vcs): Update to 0.5.0. Change-Id: Ib9a72b525c56ada23a8689fcd0808537983a3825
This commit is contained in:
parent
ff0f8d1d64
commit
2a1185d837
1 changed files with 7 additions and 7 deletions
|
@ -903,13 +903,13 @@ parts of files defined using cut-off points or regular expressions.")
|
|||
(define-public python-hatch-vcs
|
||||
(package
|
||||
(name "python-hatch-vcs")
|
||||
(version "0.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hatch_vcs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1viz2mdfxfqpsd5f30410q6smj90qfxihvy9idzwd0p4ziy11iff"))))
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hatch_vcs" version))
|
||||
(sha256
|
||||
(base32 "1yczh2aqrf9p3gs1dayswz5pp9z2yhmlld0c14ah4d20d49gm583"))))
|
||||
(arguments (list #:tests? #f)) ;avoid extra test dependencies
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-hatchling python-setuptools-scm))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue