[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: dialog: Update to 1.3-20201126.
From: |
guix-commits |
Subject: |
01/07: gnu: dialog: Update to 1.3-20201126. |
Date: |
Mon, 28 Dec 2020 10:52:53 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 477649c64ed524ab32c9a12ac765ef93a22b2f60
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 16:36:21 2020 +0100
gnu: dialog: Update to 1.3-20201126.
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20201126.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 7b2ab99..de04af5 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -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
- branch master updated (2341480 -> 1be0da2), guix-commits, 2020/12/28
- 03/07: gnu: desktop-file-utils: Update to 0.26., guix-commits, 2020/12/28
- 02/07: gnu: dialog: Enable tests., guix-commits, 2020/12/28
- 05/07: gnu: enchant: Update to 2.2.15., guix-commits, 2020/12/28
- 06/07: gnu: mpg123: Update to 1.26.4., guix-commits, 2020/12/28
- 01/07: gnu: dialog: Update to 1.3-20201126.,
guix-commits <=
- 07/07: gnu: whois: Update to 5.5.7., guix-commits, 2020/12/28
- 04/07: gnu: doctest: Update to 2.4.4., guix-commits, 2020/12/28