mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
aae5f89db0
commit
0f96fd6454
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue