guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: pioneer: Update to 20210723.


From: guix-commits
Subject: branch master updated: gnu: pioneer: Update to 20210723.
Date: Sun, 12 Sep 2021 10:05:05 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3e9d717  gnu: pioneer: Update to 20210723.
3e9d717 is described below

commit 3e9d717e54c4f9ab28556eb247950dedd78bc8cf
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Sep 12 07:48:26 2021 +0000

    gnu: pioneer: Update to 20210723.
    
    * gnu/packages/games.scm (pioneer): Update to 20210723.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 79754d3..a2f756e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7197,7 +7197,7 @@ elements to achieve a simple goal in the most complex way 
possible.")
 (define-public pioneer
   (package
     (name "pioneer")
-    (version "20210203")
+    (version "20210723")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7206,7 +7206,7 @@ elements to achieve a simple goal in the most complex way 
possible.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zyi1xyghj99hz8fa6dywpscj6flp04fspnlgxbivf3rgmnxflg7"))))
+                "1hj99jxb9n3r0bkq87p1c24862xa1xyzjyfdyyx88ckszxb05qf3"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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