mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-icdiff: Update to 2.0.7.
* gnu/packages/python-xyz.scm (python-icdiff): Update to 2.0.7. [build-system]: Use pyproject-build-system. [arguments]: Add '#:tests? #f'. [native-inputs]: Add python-setuptools, python-wheel. Change-Id: Ia7708409e7e59de3f80bb952a8e4f94eb24cc6e9
This commit is contained in:
parent
2d97b92ab6
commit
43cb6655bf
1 changed files with 6 additions and 3 deletions
|
@ -26234,7 +26234,7 @@ code reviews.")
|
||||||
(define-public python-icdiff
|
(define-public python-icdiff
|
||||||
(package
|
(package
|
||||||
(name "python-icdiff")
|
(name "python-icdiff")
|
||||||
(version "2.0.5")
|
(version "2.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -26243,8 +26243,11 @@ code reviews.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14gr9j2h7sfw47pwfzspm4zinywhqmzm4a0qz5c2k9wbixz120a4"))))
|
"0kwgglbnpvsv5qb59yl0pvihr1ca5m8l6cq8hjski5y62g33zv2w"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f)) ; there are no test scripts
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
(home-page "https://www.jefftk.com/icdiff")
|
(home-page "https://www.jefftk.com/icdiff")
|
||||||
(synopsis "Improved colored diff")
|
(synopsis "Improved colored diff")
|
||||||
(description "This package provides colored diff functions that highlight
|
(description "This package provides colored diff functions that highlight
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue