guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: dialog: Update to 1.3-20170509.


From: Leo Famulari
Subject: 01/02: gnu: dialog: Update to 1.3-20170509.
Date: Mon, 24 Jul 2017 22:54:33 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 0e8fed86d839d848ca7b6173e1f229eb91c0dba4
Author: Leo Famulari <address@hidden>
Date:   Mon Jul 24 22:45:06 2017 -0400

    gnu: dialog: Update to 1.3-20170509.
    
    * gnu/packages/ncurses.scm (dialog): Update to 1.3-20170509.
---
 gnu/packages/ncurses.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 7899f19..ae4548b 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -217,7 +217,7 @@ ncursesw library provides wide character support.")
 (define-public dialog
   (package
     (name "dialog")
-    (version "1.2-20150920")
+    (version "1.3-20170509")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -225,7 +225,7 @@ ncursesw library provides wide character support.")
                     version ".tgz"))
               (sha256
                (base32
-                "01ccd585c241nkj02n0zdbx8jqhylgcfpcmmshynh0c7fv2ixrn4"))))
+                "0mj7rl5psilaj3bxxvjfd44qjknxjli98b0d1lxd3f9jqrsbmw9g"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f)) ; no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]