guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: pioneers: Update to 15.6.


From: guix-commits
Subject: 04/10: gnu: pioneers: Update to 15.6.
Date: Tue, 11 Aug 2020 10:27:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f2922d9ea1f46efc70bf16e2e6e540575548a8c2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 16:06:08 2020 +0200

    gnu: pioneers: Update to 15.6.
    
    * gnu/packages/games.scm (pioneers): Update to 15.6.
---
 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 b7064ce..9329e34 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4193,14 +4193,14 @@ are only two levels to play with, but they are very 
addictive.")
 (define-public pioneers
   (package
     (name "pioneers")
-    (version "15.5")
+    (version "15.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://downloads.sourceforge.net/pio/";
                                   "pioneers-" version ".tar.gz"))
               (sha256
                (base32
-                "037gdiiw690jw3wd1s9lxmkqx0caxyk0b4drpm7i9p28gig43q9y"))))
+                "07b3xdd81n8ybsb4fzc5lx0813y9crzp1hj69khncf4faj48sdcs"))))
     (build-system gnu-build-system)
     (inputs `(("avahi" ,avahi)
               ("gtk+" ,gtk+)



reply via email to

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