summary refs log tree commit diff
path: root/gnu/packages/ncurses.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-10 02:46:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-11 02:00:45 +0200
commitc327bb4463d736045885ca9833d8a328e0dc6a16 (patch)
tree3cfa813b642c9c6657ed09891f4d7c6afdd8103a /gnu/packages/ncurses.scm
parent82536c48772187840279598c1e0f366aa97c99ce (diff)
downloadguix-c327bb4463d736045885ca9833d8a328e0dc6a16.tar.gz
gnu: dialog: Update to 1.3-20180621.
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20180621.
Diffstat (limited to 'gnu/packages/ncurses.scm')
-rw-r--r--gnu/packages/ncurses.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 2f628a6fe9..3fd78a40bc 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -229,7 +229,7 @@ ncursesw library provides wide character support.")
 (define-public dialog
   (package
     (name "dialog")
-    (version "1.3-20171209")
+    (version "1.3-20180621")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -237,10 +237,10 @@ ncursesw library provides wide character support.")
                     version ".tgz"))
               (sha256
                (base32
-                "1rk72as52f5br3wcr74d00wib41w65g8wvi36mfgybly251984r0"))))
+                "0yjqczlf64yppgvk4i6s0jm06mdr0mb5m6sj39nf891dnbi5jj2a"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f)) ; no test suite
+     `(#:tests? #f))                    ; no test suite
     (inputs
      `(("ncurses" ,ncurses)))
     (synopsis "Curses widgets")