summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-11 17:48:29 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 03:33:06 +0100
commit7704e601f1e04033dc36927a19e4663b5bef3d1c (patch)
tree673372fb8d6ed77cfee1dab9e4be7e563ca0e8ce
parent8c183d95af545874b5831758e153e0db620298e1 (diff)
downloadguix-7704e601f1e04033dc36927a19e4663b5bef3d1c.tar.gz
gnu: dialog: Update to 1.3-20191110.
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20191110.
-rw-r--r--gnu/packages/ncurses.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 78e9ba1377..75ad492822 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -244,7 +244,7 @@ ncursesw library provides wide character support.")
 (define-public dialog
   (package
     (name "dialog")
-    (version "1.3-20190211")
+    (version "1.3-20191110")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -252,7 +252,7 @@ ncursesw library provides wide character support.")
                     version ".tgz"))
               (sha256
                (base32
-                "1lx0bvradzx1zl7znlrsnyljcs596r7wamkhyq37ikbxsy4y5h29"))))
+                "0qqf3l7a3brgsz3kcrawyhicivajqr57gkp3134h4k20204psanr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; no test suite