mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: dialog: Update to 1.3-20201126.
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20201126. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2341480e96
commit
477649c64e
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ (define-public ncurses/gpm
|
||||||
(define-public dialog
|
(define-public dialog
|
||||||
(package
|
(package
|
||||||
(name "dialog")
|
(name "dialog")
|
||||||
(version "1.3-20200228")
|
(version "1.3-20201126")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -245,7 +245,7 @@ (define-public dialog
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n8zbkigbzxw8gkw7qhzwzdyc7rbc7a0jcfy9z8ib7pf3qfw9y4z"))))
|
"0riqmp2xl2j2yxx69nyg8jbm2fyi5fp4clcf6zi5jfm3irn3l8y9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no test suite
|
`(#:tests? #f)) ; no test suite
|
||||||
|
|
Loading…
Reference in a new issue