gnu: newt: Update to 0.52.21.

* gnu/packages/slang.scm (newt): Update to 0.52.21.
master
Tobias Geerinckx-Rice 2019-06-08 02:29:56 +02:00
parent fdf1108abb
commit de7f9b233f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -87,14 +87,14 @@ slsh, which is part of the S-Lang distribution.")
(define-public newt
(package
(name "newt")
(version "0.52.20")
(version "0.52.21")
(source (origin
(method url-fetch)
(uri (string-append "https://pagure.io/releases/newt/"
"newt-" version ".tar.gz"))
(sha256
(base32
"1g3dpfnvaw7vljbr7nzq1rl88d6r8cmrvvng9inphgzwxxmvlrld"))))
"0cdvbancr7y4nrj8257y5n45hmhizr8isynagy4fpsnpammv8pi6"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(inputs