gnu: dialog: Update to 1.3-20180621.

* gnu/packages/ncurses.scm (dialog): Update to 1.3-20180621.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-10 02:46:02 +02:00
parent 82536c4877
commit c327bb4463
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -229,7 +229,7 @@ ncursesw library provides wide character support.")
(define-public dialog (define-public dialog
(package (package
(name "dialog") (name "dialog")
(version "1.3-20171209") (version "1.3-20180621")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -237,10 +237,10 @@ ncursesw library provides wide character support.")
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"1rk72as52f5br3wcr74d00wib41w65g8wvi36mfgybly251984r0")))) "0yjqczlf64yppgvk4i6s0jm06mdr0mb5m6sj39nf891dnbi5jj2a"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; no test suite `(#:tests? #f)) ; no test suite
(inputs (inputs
`(("ncurses" ,ncurses))) `(("ncurses" ,ncurses)))
(synopsis "Curses widgets") (synopsis "Curses widgets")