gnu: powwow: Update to 1.2.19.

* gnu/packages/games.scm (powwow): Update to 1.2.19.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-09 22:32:13 +02:00
parent 93ce003741
commit 90d37addbe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2867,7 +2867,7 @@ (define-public einstein
(define-public powwow
(package
(name "powwow")
(version "1.2.18")
(version "1.2.19")
(source (origin
(method url-fetch)
(uri (string-append
@ -2875,7 +2875,7 @@ (define-public powwow
version ".tar.gz"))
(sha256
(base32
"1gf0jc1vfv05lxij51n3c1dqn3aiiy2kj1v6q14an3wm7yl7cllp"))))
"10rjl63hmf62qslyhzqrbw3i2zf09dgxv65avhj0iiz0m4pbc9wy"))))
(inputs
`(("ncurses" ,ncurses)))
(build-system gnu-build-system)