summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-10 21:30:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-11 14:38:32 +0200
commita7ca42ff087cc0b31c8c50dc5ef2ef914b29d8c7 (patch)
treeab9e63a93696479b8e83c1a24243e48b43a6683e
parenta8d5ac0384d7443b7253c319fbd0ba5f0f6d1d61 (diff)
gnu: chocolate-doom: Update to 3.0.1.
* gnu/packages/games.scm (chocolate-doom): Update to 3.0.1.
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fccb0a9707..655b890e55 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7035,7 +7035,7 @@ online.")
(define-public chocolate-doom
(package
(name "chocolate-doom")
- (version "3.0.0")
+ (version "3.0.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.chocolate-doom.org/downloads/"
@@ -7045,7 +7045,7 @@ online.")
".tar.gz"))
(sha256
(base32
- "1f6sw6qa9z0a70dsjh5cs45fkyyxw68s7vkqlykihz8cjcisdbkk"))))
+ "1iy8rx7kjvi1zjiw4zh77szzmd1sgpqajvbhprh1sj93fhbxcdfl"))))
(build-system gnu-build-system)
(inputs `(("sdl2-net" ,sdl2-net)
("sdl2-mixer" , sdl2-mixer)