gnu: diffstat: Update to 1.64.

* gnu/packages/version-control.scm (diffstat): Update to 1.64.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-14 11:42:02 +01:00
parent bcf2f79c06
commit 00275eacb0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11,7 +11,7 @@
;;; Copyright © 2015, 2017, 2018, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017, 2018 Nikita <nikita@n0.is>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017, 2020 EuAndreh <eu@euandre.org>
@ -1938,7 +1938,7 @@ (define-public vc-dwim
(define-public diffstat
(package
(name "diffstat")
(version "1.63")
(version "1.64")
(source (origin
(method url-fetch)
(uri
@ -1949,7 +1949,7 @@ (define-public diffstat
"diffstat-" version ".tgz")))
(sha256
(base32
"0vyw200s5dv1257pmrh6c6fdkmw3slyz5szpqfx916xr04sdbpby"))))
"1z7pwcv48fjnhxrjcsjdy83x8b9ckl582mbbds90a79fkn6y7bmq"))))
(build-system gnu-build-system)
(home-page "https://invisible-island.net/diffstat/")
(synopsis "Make histograms from the output of @command{diff}")