summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-24 00:01:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-24 04:01:06 +0100
commitdb546942650fbeb0cf482d7866f58a5819b9eb35 (patch)
tree35998f6d7d346a056ff48f976aeb15f5c0368d83 /gnu
parenta7c4dfab1627ec7c295d8467bf5e829d318deb19 (diff)
downloadguix-db546942650fbeb0cf482d7866f58a5819b9eb35.tar.gz
gnu: diffstat: Update to 1.63.
* gnu/packages/version-control.scm (diffstat): Update to 1.63.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/version-control.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 450c7a200f..4dd24ba092 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1518,7 +1518,7 @@ standards-compliant ChangeLog entries based on the changes that it detects.")
 (define-public diffstat
   (package
     (name "diffstat")
-    (version "1.62")
+    (version "1.63")
     (source (origin
               (method url-fetch)
               (uri
@@ -1529,7 +1529,7 @@ standards-compliant ChangeLog entries based on the changes that it detects.")
                                 name "-" version ".tgz")))
               (sha256
                (base32
-                "07sr482y6iw7n7ddkba0w51kbjc99snvnijkn5ba2xzd8hv1h2bz"))))
+                "0vyw200s5dv1257pmrh6c6fdkmw3slyz5szpqfx916xr04sdbpby"))))
     (build-system gnu-build-system)
     (home-page "https://invisible-island.net/diffstat/")
     (synopsis "Make histograms from the output of @command{diff}")