mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: dialog: Update to 1.3-20170509.
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20170509.
This commit is contained in:
parent
fce8285e4b
commit
0e8fed86d8
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ (define-public ncurses/gpm
|
|||
(define-public dialog
|
||||
(package
|
||||
(name "dialog")
|
||||
(version "1.2-20150920")
|
||||
(version "1.3-20170509")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -225,7 +225,7 @@ (define-public dialog
|
|||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01ccd585c241nkj02n0zdbx8jqhylgcfpcmmshynh0c7fv2ixrn4"))))
|
||||
"0mj7rl5psilaj3bxxvjfd44qjknxjli98b0d1lxd3f9jqrsbmw9g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no test suite
|
||||
|
|
Loading…
Reference in a new issue