unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56220] [PATCH] gnu: naev: Update to 0.9.3.
@ 2022-06-25 20:02 Timotej Lazar
  2022-06-28 22:04 ` bug#56220: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2022-06-25 20:02 UTC (permalink / raw)
  To: 56220; +Cc: Timotej Lazar

* gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens.
[source]: Switch to git-fetch.
---
 gnu/packages/games.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8e6ab03530..93334440a2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8033,14 +8033,17 @@ (define-public frotz
 (define-public naev
   (package
     (name "naev")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/naev/naev/releases/download/v"
-                           version "/naev-" version "-source.tar.xz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/naev/naev")
+             (commit (string-append "v" version))
+             (recursive? #t))) ; for game data
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1p6424n2rgrlb0h71gvww40vxs1h583d9im8bzgmv6dhgclbg0nl"))))
+        (base32 "0hvgxzvph9s5gdzlj5kjnz2d2j7bi8s11k7i6540837mnppah18j"))))
     (build-system meson-build-system)
     (arguments
      ;; XXX: Do not add debugging symbols, which cause the build to fail.
@@ -8079,8 +8082,7 @@ (define-public naev
                    license:public-domain
                    license:expat        ;edtaa3func.c
                    license:bsd-2        ;distance_field.c
-                   license:bsd-3        ;perlin.c
-                   ))))
+                   license:bsd-3))))    ;perlin.c
 
 (define-public frotz-dumb-terminal
   (package
-- 
2.36.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56220: [PATCH] gnu: naev: Update to 0.9.3.
  2022-06-25 20:02 [bug#56220] [PATCH] gnu: naev: Update to 0.9.3 Timotej Lazar
@ 2022-06-28 22:04 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-06-28 22:04 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 56220-done

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]


Timotej Lazar <timotej.lazar@araneo.si> writes:

> * gnu/packages/games.scm (naev): Update to 0.9.3. Fix lonely parens.
> [source]: Switch to git-fetch.
> ---
>  gnu/packages/games.scm | 16 +++++++++-------
>  1 file changed, 9 insertions(+), 7 deletions(-)

Thanks, I've pushed this as aa565e7a10a3d8690a4296f8edf12abaa3c215c5.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28 22:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-25 20:02 [bug#56220] [PATCH] gnu: naev: Update to 0.9.3 Timotej Lazar
2022-06-28 22:04 ` bug#56220: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).