mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: powwow: Update to 1.2.22.
* gnu/packages/games.scm (powwow): Update to 1.2.22.
This commit is contained in:
parent
c18803f28d
commit
b1cd39276a
1 changed files with 2 additions and 2 deletions
|
@ -4436,7 +4436,7 @@ (define-public einstein
|
||||||
(define-public powwow
|
(define-public powwow
|
||||||
(package
|
(package
|
||||||
(name "powwow")
|
(name "powwow")
|
||||||
(version "1.2.19")
|
(version "1.2.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4444,7 +4444,7 @@ (define-public powwow
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10rjl63hmf62qslyhzqrbw3i2zf09dgxv65avhj0iiz0m4pbc9wy"))))
|
"12i11b8zxg8vdb9d6ims8qy2lmwwr42rcqbwq3vsa1x94s51bcbp"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)))
|
`(("ncurses" ,ncurses)))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in a new issue