mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: dialog: Update to 1.3-20191110.
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20191110.
This commit is contained in:
parent
8c183d95af
commit
7704e601f1
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ (define-public ncurses/gpm
|
|||
(define-public dialog
|
||||
(package
|
||||
(name "dialog")
|
||||
(version "1.3-20190211")
|
||||
(version "1.3-20191110")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -252,7 +252,7 @@ (define-public dialog
|
|||
version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lx0bvradzx1zl7znlrsnyljcs596r7wamkhyq37ikbxsy4y5h29"))))
|
||||
"0qqf3l7a3brgsz3kcrawyhicivajqr57gkp3134h4k20204psanr"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no test suite
|
||||
|
|
Loading…
Reference in a new issue