diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 00:11:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-17 00:38:16 +0200 |
commit | 22a01411ff32ab35726b568ec601f07515a03525 (patch) | |
tree | 6e6a876ed1c9019b488eca0844c0b6ad57f197c5 /gnu | |
parent | e0b49c785b6fe577fbf07e5d74b8544e9d336209 (diff) | |
download | gnu-guix-22a01411ff32ab35726b568ec601f07515a03525.tar gnu-guix-22a01411ff32ab35726b568ec601f07515a03525.tar.gz |
gnu: diffstat: Update to 1.62.
* gnu/packages/version-control.scm (diffstat): Update to 1.62.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 1410e0da19..b7c8736339 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1340,7 +1340,7 @@ standards-compliant ChangeLog entries based on the changes that it detects.") (define-public diffstat (package (name "diffstat") - (version "1.61") + (version "1.62") (source (origin (method url-fetch) (uri @@ -1351,7 +1351,7 @@ standards-compliant ChangeLog entries based on the changes that it detects.") name "-" version ".tgz"))) (sha256 (base32 - "1vjmda2zfjxg0qkaj8hfqa8g6bfwnn1ja8696rxrjgqq4w69wd95")))) + "07sr482y6iw7n7ddkba0w51kbjc99snvnijkn5ba2xzd8hv1h2bz")))) (build-system gnu-build-system) (home-page "https://invisible-island.net/diffstat/") (synopsis "Make histograms from the output of @command{diff}") |