guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: cdogs-sdl: Update to 1.5.0.


From: guix-commits
Subject: 03/03: gnu: cdogs-sdl: Update to 1.5.0.
Date: Mon, 21 Aug 2023 06:33:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 182e8ddfc1e88a6ece7e96e0b9535ad44c3c6da6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 21 12:15:34 2023 +0200

    gnu: cdogs-sdl: Update to 1.5.0.
    
    * gnu/packages/games.scm (cdogs-sdl): Update to 1.5.0.
---
 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 d56c4ad5e0..5c3fe22a24 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6508,7 +6508,7 @@ emerges from a sewer hole and pulls her below ground.")
 (define-public cdogs-sdl
   (package
     (name "cdogs-sdl")
-    (version "1.4.0")
+    (version "1.5.0")
     (source
      (origin
        (method git-fetch)
@@ -6517,7 +6517,7 @@ emerges from a sewer hole and pulls her below ground.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1505z8rli59i1ych4rzwbf4dvhv72icdj22n1xarb8xfyz0wyp3b"))))
+        (base32 "1i1akay3ad2bkiqa7vfkh3qyhiqax8ikp1v6lfjysvxg65wkqdvc"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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