gnu: dialog: Update to 1.3-20190211.

* gnu/packages/ncurses.scm (dialog): Update to 1.3-20190211.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-18 17:31:13 +01:00
parent 28a6eca368
commit da71a77c8e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6,7 +6,7 @@
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -229,7 +229,7 @@ (define-public ncurses/gpm
(define-public dialog
(package
(name "dialog")
(version "1.3-20180621")
(version "1.3-20190211")
(source (origin
(method url-fetch)
(uri (string-append
@ -237,7 +237,7 @@ (define-public dialog
version ".tgz"))
(sha256
(base32
"0yjqczlf64yppgvk4i6s0jm06mdr0mb5m6sj39nf891dnbi5jj2a"))))
"1lx0bvradzx1zl7znlrsnyljcs596r7wamkhyq37ikbxsy4y5h29"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ; no test suite