diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-06 02:22:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-06 19:16:21 +0200 |
commit | 4529b763c469b67175653b93a0432cf3c8db54b5 (patch) | |
tree | cdde673b105074345fd660ca9c8d483a5acad71f /gnu/packages/games.scm | |
parent | fd8dbf98ad5d1b0ce3ab2be4caa59c88c2cce035 (diff) | |
download | guix-4529b763c469b67175653b93a0432cf3c8db54b5.tar.gz |
gnu: powwow: Update to 1.2.23.
* gnu/packages/games.scm (powwow): Update to 1.2.23.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a53a12767c..4d84dd2bcb 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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) |