guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: cdogs-sdl: Update to 0.6.6.


From: Leo Famulari
Subject: 03/04: gnu: cdogs-sdl: Update to 0.6.6.
Date: Tue, 21 Nov 2017 12:57:42 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 7bd4103eb78156ea769d91bd69a37ccf2a853dc9
Author: Rutger Helling <address@hidden>
Date:   Tue Nov 21 10:36:07 2017 +0100

    gnu: cdogs-sdl: Update to 0.6.6.
    
    * gnu/packages/games.scm (cdogs-sdl): Update to 0.6.6.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 2ef69e8..b041bc8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4154,7 +4154,7 @@ emerges from a sewer hole and pulls her below ground.")
 (define-public cdogs-sdl
   (package
     (name "cdogs-sdl")
-    (version "0.6.5")
+    (version "0.6.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/cxong/cdogs-sdl/";
@@ -4162,7 +4162,7 @@ emerges from a sewer hole and pulls her below ground.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "17llrpdrrwi8h37vjpkxk2asj7h8qdfp2zy28wiwb7cjzribmz3k"))))
+                "08gbx6vqqir48xs6qdfa4kv70gj4j96wzs90pg7qldfasxz34ljm"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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