kkebreau pushed a commit to branch master
in repository guix.

commit f31bb3a0cff7bc7baf887eb72a02c6f97d26905c
Author: Kei Kebreau <[email protected]>
Date:   Sat Feb 18 14:13:32 2017 -0500

    Revert "updated pioneers to latest version."
    
    This reverts commit 2f7eccc048de6526ef3f4c2de1c67ea0455ccb0c.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1d6a12a..bfbb6ba 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2015, 2016, 2017 Alex Kost <[email protected]>
 ;;; Copyright © 2015 Paul van der Walt <[email protected]>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
-;;; Copyright © 2016, 2017 Rodger Fox <[email protected]>
+;;; Copyright © 2016 Rodger Fox <[email protected]>
 ;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <[email protected]>
 ;;; Copyright © 2016, 2017 ng0 <[email protected]>
 ;;; Copyright © 2016 Albin Söderqvist <[email protected]>
@@ -2082,14 +2082,14 @@ are only two levels to play with, but they are very 
addictive.")
 (define-public pioneers
   (package
     (name "pioneers")
-    (version "15.4")
+    (version "15.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://downloads.sourceforge.net/pio/";
                                   "pioneers-" version ".tar.gz"))
               (sha256
                (base32
-                "1p1d18hrfmqcnghip3shkzcs5qkz6j99jvkdkqfi7pqdvjc323cs"))))
+                "128s718nnraiznbg2rajjqb7cfkdg24hy6spdd9narb4f4dsbbv9"))))
     (build-system gnu-build-system)
     (inputs `(("gtk+" ,gtk+)
               ("librsvg" ,librsvg)

Reply via email to