diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-10 21:30:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-11 14:38:32 +0200 |
commit | a7ca42ff087cc0b31c8c50dc5ef2ef914b29d8c7 (patch) | |
tree | ab9e63a93696479b8e83c1a24243e48b43a6683e /gnu/packages | |
parent | a8d5ac0384d7443b7253c319fbd0ba5f0f6d1d61 (diff) | |
download | guix-a7ca42ff087cc0b31c8c50dc5ef2ef914b29d8c7.tar guix-a7ca42ff087cc0b31c8c50dc5ef2ef914b29d8c7.tar.gz |
gnu: chocolate-doom: Update to 3.0.1.
* gnu/packages/games.scm (chocolate-doom): Update to 3.0.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/games.scm | 4 |
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) |