summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-19 22:59:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-20 00:06:39 +0100
commitb1cd39276a00bde64824eb3ce51969c8dc66f30c (patch)
tree6eb305777ee8fba1044f986c48a3c070abb7562a /gnu/packages/games.scm
parentc18803f28dce7f9beb2c81aead253d86b05618e7 (diff)
downloadguix-patches-b1cd39276a00bde64824eb3ce51969c8dc66f30c.tar
guix-patches-b1cd39276a00bde64824eb3ce51969c8dc66f30c.tar.gz
gnu: powwow: Update to 1.2.22.
* gnu/packages/games.scm (powwow): Update to 1.2.22.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 12cc64fefa..4dfd65040a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4436,7 +4436,7 @@ is attributed to Albert Einstein.")
(define-public powwow
(package
(name "powwow")
- (version "1.2.19")
+ (version "1.2.22")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4444,7 +4444,7 @@ is attributed to Albert Einstein.")
version ".tar.gz"))
(sha256
(base32
- "10rjl63hmf62qslyhzqrbw3i2zf09dgxv65avhj0iiz0m4pbc9wy"))))
+ "12i11b8zxg8vdb9d6ims8qy2lmwwr42rcqbwq3vsa1x94s51bcbp"))))
(inputs
`(("ncurses" ,ncurses)))
(build-system gnu-build-system)