guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: powwow: Update to 1.2.18.


From: Tobias Geerinckx-Rice
Subject: 03/07: gnu: powwow: Update to 1.2.18.
Date: Mon, 17 Sep 2018 07:07:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 99d386a71fb182c9e1d49d96e3d24dddf985c9c8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 17 12:18:05 2018 +0200

    gnu: powwow: Update to 1.2.18.
    
    * gnu/packages/games.scm (powwow): Update to 1.2.18.
---
 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 5a409ba..8be87f6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2694,7 +2694,7 @@ is attributed to Albert Einstein.")
 (define-public powwow
   (package
     (name "powwow")
-    (version "1.2.17")
+    (version "1.2.18")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2703,7 +2703,7 @@ is attributed to Albert Einstein.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1xmsg2y7qcvj67i9ilnih0mvfxcpni7fzrz343x9rdfnkkzf3pp8"))))
+                "1gf0jc1vfv05lxij51n3c1dqn3aiiy2kj1v6q14an3wm7yl7cllp"))))
     (inputs
      `(("ncurses" ,ncurses)))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]