guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gamine: Update to 1.5.


From: Kei Kebreau
Subject: 01/01: gnu: gamine: Update to 1.5.
Date: Wed, 17 May 2017 19:22:10 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit e28cb7a5f5ad7107ce9d987670b7e5996a6e5eb9
Author: Kei Kebreau <address@hidden>
Date:   Wed May 17 19:17:58 2017 -0400

    gnu: gamine: Update to 1.5.
    
    * gnu/packages/games.scm (gamine): Update to 1.5.
---
 gnu/packages/games.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index bd73df1..ca4cdc9 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -207,7 +207,7 @@ effects and music to make a completely free game.")
 (define-public gnubg
   (package
     (name "gnubg")
-    (version "1.05")
+    (version "1.02")
     (source
      (origin
        (method url-fetch)
@@ -215,7 +215,7 @@ effects and music to make a completely free game.")
                            version ".000-sources." "tar.gz"))
        (sha256
         (base32
-         "1nydliwfpljbys4941irixflqqwpv889mx5lcjz50ygih85q2wm8"))))
+         "015mvjk2iw1cg1kxwxfnvp2rxb9cylf6yc39i30fdy414k07zkky"))))
     (build-system gnu-build-system)
     (inputs `(("glib" ,glib)
               ("readline" ,readline)
@@ -1411,14 +1411,14 @@ older games.")
 (define-public gamine
   (package
     (name "gamine")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gamine-game/"
                                   "gamine-" version ".tar.gz"))
               (sha256
                (base32
-                "1iny959i1kl2ab6z5xi4s66mrvrwcarxyvjfp2k1sx532s8knk8h"))))
+                "08wnk7w84c2413hwny89j2cn89cvfdf67bfc6wl0bf475if0mf4h"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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