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