From 9a412aa312485c3d55be3800e3dc9889ccda6b9e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 16 Jan 2018 02:56:46 +0100 Subject: gnu: dialog: Update to 1.3-20171209. * gnu/packages/ncurses.scm (dialog): Update to 1.3-20171209. --- gnu/packages/ncurses.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/ncurses.scm') diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index 9f5905bc89..46d1741ef0 100644 --- a/gnu/packages/ncurses.scm +++ b/gnu/packages/ncurses.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016 ng0 ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2016 Jan Nieuwenhuizen +;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -206,7 +207,7 @@ ncursesw library provides wide character support.") (define-public dialog (package (name "dialog") - (version "1.3-20170509") + (version "1.3-20171209") (source (origin (method url-fetch) (uri (string-append @@ -214,7 +215,7 @@ ncursesw library provides wide character support.") version ".tgz")) (sha256 (base32 - "0mj7rl5psilaj3bxxvjfd44qjknxjli98b0d1lxd3f9jqrsbmw9g")))) + "1rk72as52f5br3wcr74d00wib41w65g8wvi36mfgybly251984r0")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; no test suite -- cgit v1.2.3 From 432fd269fadff0ba71fd494e5a548333f56adfef Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 16 Jan 2018 03:02:21 +0100 Subject: gnu: Use HTTPS for invisible-island.net home pages. * gnu/packages/ncurses.scm (dialog)[home-page]: Use HTTPS. * gnu/packages/version-control.scm (diffstat)[home-page]: Likewise. * gnu/packages/xorg.scm (xterm)[home-page]: Likewise. --- gnu/packages/ncurses.scm | 2 +- gnu/packages/version-control.scm | 2 +- gnu/packages/xorg.scm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/ncurses.scm') diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index 46d1741ef0..3d01fe6163 100644 --- a/gnu/packages/ncurses.scm +++ b/gnu/packages/ncurses.scm @@ -224,7 +224,7 @@ ncursesw library provides wide character support.") (synopsis "Curses widgets") (description "Dialog is a script-interpreter which provides a set of curses widgets, such as dialog boxes.") - (home-page "http://invisible-island.net/dialog/dialog.html") + (home-page "https://invisible-island.net/dialog/dialog.html") ;; Includes the gpl3 file "config.sub" from Automake. (license (list lgpl2.1 gpl3)))) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 0b4997b7ac..7abd29b8b4 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1183,7 +1183,7 @@ standards-compliant ChangeLog entries based on the changes that it detects.") (base32 "1vjmda2zfjxg0qkaj8hfqa8g6bfwnn1ja8696rxrjgqq4w69wd95")))) (build-system gnu-build-system) - (home-page "http://invisible-island.net/diffstat/") + (home-page "https://invisible-island.net/diffstat/") (synopsis "Make histograms from the output of @command{diff}") (description "Diffstat reads the output of @command{diff} and displays a histogram of diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 319b459cd6..5087be5b54 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5813,7 +5813,7 @@ to answer a question. Xmessage can also exit after a specified time.") ("libXt" ,libxt) ("xproto" ,xproto) ("libXaw" ,libxaw))) - (home-page "http://invisible-island.net/xterm/") + (home-page "https://invisible-island.net/xterm/") (synopsis "Terminal emulator for the X Window System") (description "The xterm program is a terminal emulator for the X Window System. It -- cgit v1.2.3