diff options
| author | Ayan Das <bvits@riseup.net> | 2025-10-26 17:48:26 +0530 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 13:59:54 +0000 |
| commit | dcd44c5cf949215f318acb5fc53d7d4e16d417ff (patch) | |
| tree | 99827c3cb758318ab11cc3f0ddb0db7e64885834 /gnu/packages | |
| parent | 594ca9ddd4f201d6389c5a6805100f4fc7f4ec69 (diff) | |
gnu: python-diff-cover: Update to 9.7.1.
* gnu/packages/python-xyz.scm (python-diff-cover): Update to 9.7.1.
(home-page): Use non-redirected 'diff_cover' URL.
Change-Id: I120ad2f2f4f6f21fff1b20c0137f4046dc0aadfd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 64911e206d8..e3fc9fca630 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24951,13 +24951,13 @@ the point of maximum curvature.") (define-public python-diff-cover (package (name "python-diff-cover") - (version "9.2.0") + (version "9.7.1") (source (origin (method url-fetch) (uri (pypi-uri "diff_cover" version)) (sha256 - (base32 "0dms5f3axwkjpcck4mlglfn0pga5nmskyc7ahyg8yrxvxd9v7845")))) + (base32 "0j1m8rfs080zsil516pvr0hy3x24dny4c77ilzfjgp5pcjy7hfx0")))) (build-system pyproject-build-system) (arguments (list @@ -24979,7 +24979,7 @@ the point of maximum curvature.") python-pygments python-setuptools ; For pkg_resources. python-tomli)) - (home-page "https://github.com/Bachmann1234/diff-cover") + (home-page "https://github.com/Bachmann1234/diff_cover") (synopsis "Run coverage and linting reports on diffs") (description "Automatically find diff lines that need test coverage. It also finds |
