diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 23:26:32 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:36 +0100 |
| commit | 2a1185d837bd094c3e5457fbbfaa2a533aad37e2 (patch) | |
| tree | 186aa07d4dc957b4fd432cb61eed247dcc6b8b4f /gnu/packages/python-build.scm | |
| parent | ff0f8d1d64f2c8b4def09e3532166a398ed390f8 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index b2191498d4e..42b68c34aaa 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -903,13 +903,13 @@ parts of files defined using cut-off points or regular expressions.") | |||
| 903 | (define-public python-hatch-vcs | 903 | (define-public python-hatch-vcs |
| 904 | (package | 904 | (package |
| 905 | (name "python-hatch-vcs") | 905 | (name "python-hatch-vcs") |
| 906 | (version "0.3.0") | 906 | (version "0.5.0") |
| 907 | (source (origin | 907 | (source |
| 908 | (method url-fetch) | 908 | (origin |
| 909 | (uri (pypi-uri "hatch_vcs" version)) | 909 | (method url-fetch) |
| 910 | (sha256 | 910 | (uri (pypi-uri "hatch_vcs" version)) |
| 911 | (base32 | 911 | (sha256 |
| 912 | "1viz2mdfxfqpsd5f30410q6smj90qfxihvy9idzwd0p4ziy11iff")))) | 912 | (base32 "1yczh2aqrf9p3gs1dayswz5pp9z2yhmlld0c14ah4d20d49gm583")))) |
| 913 | (arguments (list #:tests? #f)) ;avoid extra test dependencies | 913 | (arguments (list #:tests? #f)) ;avoid extra test dependencies |
| 914 | (build-system pyproject-build-system) | 914 | (build-system pyproject-build-system) |
| 915 | (propagated-inputs (list python-hatchling python-setuptools-scm)) | 915 | (propagated-inputs (list python-hatchling python-setuptools-scm)) |
