mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: openttd-opensfx: Update to 1.0.1.
* gnu/packages/games.scm (openttd-opensfx): Update to 1.0.1. [source]: Use <https://cdn.openttd.org>. [license]: Update to CC BY-SA 3.0.
This commit is contained in:
parent
9f48f71398
commit
1cdf1cd7fe
1 changed files with 4 additions and 3 deletions
|
@ -62,6 +62,7 @@
|
||||||
;;; Copyright © 2021 David Pflug <david@pflug.io>
|
;;; Copyright © 2021 David Pflug <david@pflug.io>
|
||||||
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
|
||||||
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
|
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
|
||||||
|
;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -4423,12 +4424,12 @@ (define openttd-opengfx
|
||||||
(define openttd-opensfx
|
(define openttd-opensfx
|
||||||
(package
|
(package
|
||||||
(name "openttd-opensfx")
|
(name "openttd-opensfx")
|
||||||
(version "0.2.3")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://binaries.openttd.org/extra/opensfx/"
|
"https://cdn.openttd.org/extra/opensfx/"
|
||||||
version "/opensfx-" version "-source.tar.gz"))
|
version "/opensfx-" version "-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -4456,7 +4457,7 @@ (define openttd-opensfx
|
||||||
(description "OpenSFX is a set of free base sounds for OpenTTD which make
|
(description "OpenSFX is a set of free base sounds for OpenTTD which make
|
||||||
it possible to play OpenTTD without requiring the proprietary sound files from
|
it possible to play OpenTTD without requiring the proprietary sound files from
|
||||||
the original Transport Tycoon Deluxe.")
|
the original Transport Tycoon Deluxe.")
|
||||||
(license license:cc-sampling-plus-1.0)))
|
(license license:cc-by-sa3.0)))
|
||||||
|
|
||||||
(define openttd-openmsx
|
(define openttd-openmsx
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue