guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: diffstat: Update to 1.63.


From: guix-commits
Subject: 05/13: gnu: diffstat: Update to 1.63.
Date: Mon, 23 Dec 2019 22:01:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit db546942650fbeb0cf482d7866f58a5819b9eb35
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 00:01:51 2019 +0100

    gnu: diffstat: Update to 1.63.
    
    * gnu/packages/version-control.scm (diffstat): Update to 1.63.
---
 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 450c7a2..4dd24ba 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}")



reply via email to

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