guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: diffstat: Update to 1.62.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: diffstat: Update to 1.62.
Date: Thu, 16 Aug 2018 18:38:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 22a01411ff32ab35726b568ec601f07515a03525
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 17 00:11:52 2018 +0200

    gnu: diffstat: Update to 1.62.
    
    * gnu/packages/version-control.scm (diffstat): Update to 1.62.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1410e0d..b7c8736 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}")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]