[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: powwow: Update to 1.2.23.
From: |
guix-commits |
Subject: |
03/04: gnu: powwow: Update to 1.2.23. |
Date: |
Wed, 6 Oct 2021 13:55:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4529b763c469b67175653b93a0432cf3c8db54b5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 6 02:22:43 2021 +0200
gnu: powwow: Update to 1.2.23.
* gnu/packages/games.scm (powwow): Update to 1.2.23.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a53a127..4d84dd2 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)