nckx pushed a commit to branch master
in repository guix.
commit 9a412aa312485c3d55be3800e3dc9889ccda6b9e
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Tue Jan 16 02:56:46 2018 +0100
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(-)
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 9f5905b..46d1741 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2016 ng0 <[email protected]>
;;; Copyright © 2016 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Jan Nieuwenhuizen <[email protected]>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; 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