all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: iyzsong--- via Guix-patches via <guix-patches@gnu.org>
To: 71329@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>, "Adam Faiz" <adam.faiz@disroot.org>,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#71329] [PATCH 1/2] gnu: surgescript: Update to 0.6.0.
Date: Mon,  3 Jun 2024 12:09:48 +0800	[thread overview]
Message-ID: <a6814b4795587ec3dd227f971f29e7bf1809ed88.1717387609.git.iyzsong@member.fsf.org> (raw)
In-Reply-To: <cover.1717387609.git.iyzsong@member.fsf.org>

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/game-development.scm (surgescript): Update to 0.6.0.

Change-Id: Ie976d33f3f2df4ac5c37476fcd9675c122a5783a
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 5b7852c4eb..17c1bc9736 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -921,7 +921,7 @@ (define-public sfxr
 (define-public surgescript
   (package
     (name "surgescript")
-    (version "0.5.6.1")
+    (version "0.6.0")
     (source
      (origin
        (method git-fetch)
@@ -930,7 +930,7 @@ (define-public surgescript
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1p1pxb4iixzq7z14bpy32dx3dhfaaf6mcz4y3g3g09bkdmm1ys6j"))))
+        (base32 "17k14108hvz329cqnr3g799ksmiv8d710slnghi2wmwswir8s0jd"))))
      (build-system cmake-build-system)
      (arguments
       (list #:tests? #f)) ; there are no tests
-- 
2.41.0





  reply	other threads:[~2024-06-03  4:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03  4:07 [bug#71329] [PATCH 0/2] opensurge: Update to 0.6.1.1 iyzsong--- via Guix-patches via
2024-06-03  4:09 ` iyzsong--- via Guix-patches via [this message]
2024-06-03  4:09 ` [bug#71329] [PATCH 2/2] gnu: " iyzsong--- via Guix-patches via
2024-06-11 11:39 ` bug#71329: [PATCH 0/2] " Christopher Baines
2024-06-11 11:39   ` [bug#71329] " Christopher Baines

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

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

  git send-email \
    --in-reply-to=a6814b4795587ec3dd227f971f29e7bf1809ed88.1717387609.git.iyzsong@member.fsf.org \
    --to=guix-patches@gnu.org \
    --cc=71329@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=iyzsong@envs.net \
    --cc=iyzsong@member.fsf.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.