gnu: diffstat: Update to 1.65.
* gnu/packages/version-control.scm (diffstat): Update to 1.65.
This commit is contained in:
parent
33c03a9d8e
commit
bc7c609ff5
1 changed files with 2 additions and 2 deletions
|
@ -2243,7 +2243,7 @@ standards-compliant ChangeLog entries based on the changes that it detects.")
|
||||||
(define-public diffstat
|
(define-public diffstat
|
||||||
(package
|
(package
|
||||||
(name "diffstat")
|
(name "diffstat")
|
||||||
(version "1.64")
|
(version "1.65")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -2254,7 +2254,7 @@ standards-compliant ChangeLog entries based on the changes that it detects.")
|
||||||
"diffstat-" version ".tgz")))
|
"diffstat-" version ".tgz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z7pwcv48fjnhxrjcsjdy83x8b9ckl582mbbds90a79fkn6y7bmq"))))
|
"12m2aysq6syw83bn4gqhpm284a2ran8w6m8pja2wvsvdj8j79wlc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://invisible-island.net/diffstat/")
|
(home-page "https://invisible-island.net/diffstat/")
|
||||||
(synopsis "Make histograms from the output of @command{diff}")
|
(synopsis "Make histograms from the output of @command{diff}")
|
||||||
|
|
Reference in a new issue