~ruther/guix-local

dcd44c5cf949215f318acb5fc53d7d4e16d417ff — Ayan Das 4 months ago 594ca9d
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -3
@@ 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