leoprikler pushed a commit to branch master
in repository guix.

commit 1cdf1cd7fe7ac425faa010531735d183af0a19f1
Author: Ron Nazarov <[email protected]>
AuthorDate: Fri Jul 30 01:48:37 2021 +0100

    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.
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8c6b552..0d2fa74 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2021 David Pflug <[email protected]>
 ;;; Copyright © 2021 Felix Gruber <[email protected]>
 ;;; Copyright © 2021 Solene Rapenne <[email protected]>
+;;; Copyright © 2021 Noisytoot <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4423,12 +4424,12 @@ OpenGFX provides you with...
 (define openttd-opensfx
   (package
     (name "openttd-opensfx")
-    (version "0.2.3")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://binaries.openttd.org/extra/opensfx/";
+             "https://cdn.openttd.org/extra/opensfx/";
              version "/opensfx-" version "-source.tar.gz"))
        (sha256
         (base32
@@ -4456,7 +4457,7 @@ OpenGFX provides you with...
     (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
 the original Transport Tycoon Deluxe.")
-    (license license:cc-sampling-plus-1.0)))
+    (license license:cc-by-sa3.0)))
 
 (define openttd-openmsx
   (package

Reply via email to