* [bug#45464] [PATCH] gnu: dialog: Update to 1.3-20201126.
@ 2020-12-27 15:36 Vincent Legoll
2020-12-28 14:27 ` bug#45464: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-27 15:36 UTC (permalink / raw)
To: 45464; +Cc: Vincent Legoll
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20201126.
---
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 7b2ab991cf..de04af50d6 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
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-28 14:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-27 15:36 [bug#45464] [PATCH] gnu: dialog: Update to 1.3-20201126 Vincent Legoll
2020-12-28 14:27 ` bug#45464: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).