gnu: powwow: Update to 1.2.18.

* gnu/packages/games.scm (powwow): Update to 1.2.18.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-17 12:18:05 +02:00
parent 36aff81aa3
commit 99d386a71f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2694,7 +2694,7 @@ is attributed to Albert Einstein.")
(define-public powwow (define-public powwow
(package (package
(name "powwow") (name "powwow")
(version "1.2.17") (version "1.2.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2703,7 +2703,7 @@ is attributed to Albert Einstein.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1xmsg2y7qcvj67i9ilnih0mvfxcpni7fzrz343x9rdfnkkzf3pp8")))) "1gf0jc1vfv05lxij51n3c1dqn3aiiy2kj1v6q14an3wm7yl7cllp"))))
(inputs (inputs
`(("ncurses" ,ncurses))) `(("ncurses" ,ncurses)))
(build-system gnu-build-system) (build-system gnu-build-system)