mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: powwow: Update to 1.2.19.
* gnu/packages/games.scm (powwow): Update to 1.2.19.
This commit is contained in:
parent
93ce003741
commit
90d37addbe
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue