gnu: newt: Update to 0.52.21.
* gnu/packages/slang.scm (newt): Update to 0.52.21.
This commit is contained in:
parent
fdf1108abb
commit
de7f9b233f
1 changed files with 2 additions and 2 deletions
|
@ -87,14 +87,14 @@ (define-public slang
|
||||||
(define-public newt
|
(define-public newt
|
||||||
(package
|
(package
|
||||||
(name "newt")
|
(name "newt")
|
||||||
(version "0.52.20")
|
(version "0.52.21")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pagure.io/releases/newt/"
|
(uri (string-append "https://pagure.io/releases/newt/"
|
||||||
"newt-" version ".tar.gz"))
|
"newt-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g3dpfnvaw7vljbr7nzq1rl88d6r8cmrvvng9inphgzwxxmvlrld"))))
|
"0cdvbancr7y4nrj8257y5n45hmhizr8isynagy4fpsnpammv8pi6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "python"))
|
(outputs '("out" "python"))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue