gnu: dialog: Update to 1.3-20201126.
authorVincent Legoll <vincent.legoll@gmail.com>
Sun, 27 Dec 2020 15:36:21 +0000 (16:36 +0100)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 28 Dec 2020 14:21:18 +0000 (16:21 +0200)
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20201126.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/ncurses.scm

index 7b2ab99..de04af5 100644 (file)
@@ -237,7 +237,7 @@ ncursesw library provides wide character support.")
 (define-public dialog
   (package
     (name "dialog")
-    (version "1.3-20200228")
+    (version "1.3-20201126")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -245,7 +245,7 @@ ncursesw library provides wide character support.")
                     version ".tgz"))
               (sha256
                (base32
-                "1n8zbkigbzxw8gkw7qhzwzdyc7rbc7a0jcfy9z8ib7pf3qfw9y4z"))))
+                "0riqmp2xl2j2yxx69nyg8jbm2fyi5fp4clcf6zi5jfm3irn3l8y9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; no test suite