[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cdogs-sdl: Update to 1.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cdogs-sdl: Update to 1.4.0. |
Date: |
Sat, 26 Nov 2022 09:39:11 -0500 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c457c715a8 gnu: cdogs-sdl: Update to 1.4.0.
c457c715a8 is described below
commit c457c715a83358fa1557f703b1e459435fb1a259
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Nov 26 15:37:30 2022 +0100
gnu: cdogs-sdl: Update to 1.4.0.
* gnu/packages/games.scm (cdogs-sdl): Update to 1.4.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 495fdf0f2d..d7af172d53 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6239,7 +6239,7 @@ emerges from a sewer hole and pulls her below ground.")
(define-public cdogs-sdl
(package
(name "cdogs-sdl")
- (version "0.8.0")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -6248,7 +6248,7 @@ emerges from a sewer hole and pulls her below ground.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0vx37zb2iw7sfw5a2bs97ydlmb301nvy485ybdm8g46c5hn9s13c"))))
+ (base32 "1505z8rli59i1ych4rzwbf4dvhv72icdj22n1xarb8xfyz0wyp3b"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cdogs-sdl: Update to 1.4.0.,
guix-commits <=