GNU bug report logs -
#40201
[PATCH] gnu: dialog: update to 1.3-20200228
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 23 Mar 2020 21:15:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
* gnu/packages/ncurses.scm (dialog): update to 1.3-20200228
[0001-gnu-packages-ncurses.scm-dialog-update-to-1.3-202002.patch (text/x-patch, inline)]
From c008b66ffe956a3ac5166349be8b9e5b9bc9e394 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 23 Mar 2020 22:08:20 +0100
Subject: [PATCH] * gnu/packages/ncurses.scm (dialog): update to 1.3-20200228
---
gnu/packages/ncurses.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 75ad492822..a969f3ffd6 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke <at> gnu.org>
;;; Copyright © 2017, 2019 Marius Bakke <mbakke <at> fastmail.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -244,7 +245,7 @@ ncursesw library provides wide character support.")
(define-public dialog
(package
(name "dialog")
- (version "1.3-20191110")
+ (version "1.3-20200228")
(source (origin
(method url-fetch)
(uri (string-append
@@ -252,7 +253,7 @@ ncursesw library provides wide character support.")
version ".tgz"))
(sha256
(base32
- "0qqf3l7a3brgsz3kcrawyhicivajqr57gkp3134h4k20204psanr"))))
+ "1n8zbkigbzxw8gkw7qhzwzdyc7rbc7a0jcfy9z8ib7pf3qfw9y4z"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no test suite
--
2.26.0
[Message part 3 (text/plain, inline)]
--
Software is like sex: it is better when it is free.
Linus Torvalds
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.