3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: powwow: Update to 1.2.23.

* gnu/packages/games.scm (powwow): Update to 1.2.23.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-06 02:22:43 +02:00
parent fd8dbf98ad
commit 4529b763c4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4748,7 +4748,7 @@ is attributed to Albert Einstein.")
(define-public powwow
(package
(name "powwow")
(version "1.2.22")
(version "1.2.23")
(source (origin
(method url-fetch)
(uri (string-append
@ -4756,7 +4756,7 @@ is attributed to Albert Einstein.")
version ".tar.gz"))
(sha256
(base32
"12i11b8zxg8vdb9d6ims8qy2lmwwr42rcqbwq3vsa1x94s51bcbp"))))
"1wkl6j91pp40aps2hhnsv0bndgq49smfffws4hqcn7847bpnwwm6"))))
(inputs
`(("ncurses" ,ncurses)))
(build-system gnu-build-system)