[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: diffstat: Update to 1.61.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/08: gnu: diffstat: Update to 1.61. |
Date: |
Fri, 21 Apr 2017 06:34:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 86bc52f9ba15bb846ce68921a8e0ed9621971018
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 21 09:31:17 2017 +0200
gnu: diffstat: Update to 1.61.
* gnu/packages/version-control.scm (diffstat): Update to 1.61.
[source]: Add http://invisible-mirror.net mirror.
---
gnu/packages/version-control.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5e6ad3c..1492fc7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -919,15 +919,18 @@ standards-compliant ChangeLog entries based on the
changes that it detects.")
(define-public diffstat
(package
(name "diffstat")
- (version "1.58")
+ (version "1.61")
(source (origin
(method url-fetch)
- (uri (string-append
- "ftp://invisible-island.net/diffstat/diffstat-"
- version ".tgz"))
+ (uri
+ (list
+ (string-append "ftp://invisible-island.net/diffstat/"
+ name "-" version ".tgz")
+ (string-append
"http://invisible-mirror.net/archives/diffstat/"
+ name "-" version ".tgz")))
(sha256
(base32
- "14rpf5c05ff30f6vn6pn6pzy0k4g4is5im656ahsxff3k58i7mgs"))))
+ "1vjmda2zfjxg0qkaj8hfqa8g6bfwnn1ja8696rxrjgqq4w69wd95"))))
(build-system gnu-build-system)
(home-page "http://invisible-island.net/diffstat/")
(synopsis "Make histograms from the output of 'diff'")
- branch master updated (136968f -> ef27b43), Tobias Geerinckx-Rice, 2017/04/21
- 01/08: gnu: neon: Update to 0.30.2., Tobias Geerinckx-Rice, 2017/04/21
- 03/08: gnu: diffstat: Update to 1.61.,
Tobias Geerinckx-Rice <=
- 04/08: gnu: diffstat: Use @command mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 05/08: gnu: git-crypt: Double-space Texinfo mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 08/08: gnu: fortify-headers: Use @code mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 06/08: gnu: version-control: Use HTTPS where possible., Tobias Geerinckx-Rice, 2017/04/21
- 07/08: gnu: Use HTTPS on 2f30.org., Tobias Geerinckx-Rice, 2017/04/21
- 02/08: gnu: neon: Use @enumerate mark-up., Tobias Geerinckx-Rice, 2017/04/21