unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: James Smith via Guix-patches via <guix-patches@gnu.org>
To: 71600@debbugs.gnu.org
Cc: "James Smith" <jsubuntuxp@disroot.org>,
	"Adam Faiz" <adam.faiz@disroot.org>,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#71600] [PATCH 1/2] gnu: quakespasm: Update to 0.96.2.
Date: Sun, 16 Jun 2024 14:43:12 -0700	[thread overview]
Message-ID: <4ed47cbb421a575f8d1dda03d474908c0d7ade76.1718573761.git.jsubuntuxp@disroot.org> (raw)
In-Reply-To: <cover.1718573761.git.jsubuntuxp@disroot.org>

* gnu/packages/games.scm (quakespasm): Update to 0.96.2.
[source]: Update source code download link.

Change-Id: I30559b53021249db57f078ae51fd9b24d2b580f3
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 59b169171c..8d1450db01 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7667,14 +7667,14 @@ (define-public tome4
 (define-public quakespasm
   (package
     (name "quakespasm")
-    (version "0.93.2")
+    (version "0.96.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/quakespasm/Source/quakespasm-"
-                           version ".tgz"))
+                           version ".tar.gz"))
        (sha256
-        (base32 "0qm0j5drybvvq8xadfyppkpk3rxqsxbywzm6iwsjwdf0iia3gss5"))))
+        (base32 "0hr58w1d2yw82vm9lkln05z6d4sjlcr6grxhf6sqdqwyfy9nv1mw"))))
     (arguments
      `(#:tests? #f
        #:make-flags '("CC=gcc"
-- 
2.45.1





  reply	other threads:[~2024-06-16 21:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-16 21:40 [bug#71600] [PATCH 0/2] Update QuakeSpasm James Smith via Guix-patches via
2024-06-16 21:43 ` James Smith via Guix-patches via [this message]
2024-06-16 21:43 ` [bug#71600] [PATCH 2/2] gnu: quakespasm: Update package style James Smith via Guix-patches via
2024-06-23 13:56 ` bug#71600: [PATCH 0/2] Update QuakeSpasm Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4ed47cbb421a575f8d1dda03d474908c0d7ade76.1718573761.git.jsubuntuxp@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=71600@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=iyzsong@envs.net \
    --cc=jsubuntuxp@disroot.org \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).