guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: diffstat: Update to 1.65.


From: guix-commits
Subject: 03/08: gnu: diffstat: Update to 1.65.
Date: Thu, 19 Jan 2023 19:57:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bc7c609ff5ee40b6823808444b2d0da256114601
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:01 2023 +0100

    gnu: diffstat: Update to 1.65.
    
    * gnu/packages/version-control.scm (diffstat): Update to 1.65.
---
 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 d2be7df91f..ff2fccef0c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2243,7 +2243,7 @@ standards-compliant ChangeLog entries based on the 
changes that it detects.")
 (define-public diffstat
   (package
     (name "diffstat")
-    (version "1.64")
+    (version "1.65")
     (source (origin
               (method url-fetch)
               (uri
@@ -2254,7 +2254,7 @@ standards-compliant ChangeLog entries based on the 
changes that it detects.")
                                 "diffstat-" version ".tgz")))
               (sha256
                (base32
-                "1z7pwcv48fjnhxrjcsjdy83x8b9ckl582mbbds90a79fkn6y7bmq"))))
+                "12m2aysq6syw83bn4gqhpm284a2ran8w6m8pja2wvsvdj8j79wlc"))))
     (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]