mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: chocolate-doom: Update to 3.0.1.
* gnu/packages/games.scm (chocolate-doom): Update to 3.0.1.
This commit is contained in:
parent
a8d5ac0384
commit
a7ca42ff08
1 changed files with 2 additions and 2 deletions
|
@ -7035,7 +7035,7 @@ (define-public odamex
|
|||
(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 @@ (define-public chocolate-doom
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f6sw6qa9z0a70dsjh5cs45fkyyxw68s7vkqlykihz8cjcisdbkk"))))
|
||||
"1iy8rx7kjvi1zjiw4zh77szzmd1sgpqajvbhprh1sj93fhbxcdfl"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("sdl2-net" ,sdl2-net)
|
||||
("sdl2-mixer" , sdl2-mixer)
|
||||
|
|
Loading…
Reference in a new issue