gnu: dialog: Update to 1.3-20200228.

* gnu/packages/ncurses.scm (dialog): Update to 1.3-20200228.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Michael Rohleder 2020-03-23 22:14:00 +01:00 committed by Leo Famulari
parent aae5f89db0
commit 0f96fd6454
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -7,6 +7,7 @@
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017, 2019 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@ -244,7 +245,7 @@ (define-public ncurses/gpm
(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 @@ (define-public dialog
version ".tgz"))
(sha256
(base32
"0qqf3l7a3brgsz3kcrawyhicivajqr57gkp3134h4k20204psanr"))))
"1n8zbkigbzxw8gkw7qhzwzdyc7rbc7a0jcfy9z8ib7pf3qfw9y4z"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no test suite