all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dan <i@dan.games>
To: 73409@debbugs.gnu.org
Cc: Adam Faiz <adam.faiz@disroot.org>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>,
	??? <iyzsong@envs.net>
Subject: [bug#73409] [PATCH] gnu: moonlight-qt: Update to 6.1.0.
Date: Sat, 21 Sep 2024 20:57:15 +0800	[thread overview]
Message-ID: <5dc17f336ba187c84bab581ae99986e791d83820.1726923403.git.i@dan.games> (raw)

* gnu/packages/games.scm (moonlight-qt): Update to 6.1.0.
(moonlight-common): Update to submodule checkout.

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5720d17bb3..191557fc94 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6302,7 +6302,7 @@ (define-public bambam
 (define-public moonlight-qt
   (package
     (name "moonlight-qt")
-    (version "5.0.1")
+    (version "6.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6311,7 +6311,7 @@ (define-public moonlight-qt
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1g1y736vw36lmh2bjymsf4b4ypr76x9lqz7frzpj7sn0vb9y5315"))))
+                "06fxf3m26k036asxjkkykk5q96nincwmpiqm953m7zgr9224gidx"))))
     (build-system qt-build-system)
     (arguments
      (list
@@ -6357,11 +6357,11 @@ (define-public moonlight-qt
 
 (define-public moonlight-common
   ;; Used as submodule in https://github.com/moonlight-stream/moonlight
-  (let ((commit "5de4a5b85a28d8d639482a1a105c3a06eb67a2fd")
-        (revision "1"))
+  (let ((commit "8599b6042a4ba27749b0f94134dd614b4328a9bc")
+        (revision "2"))
     (package
       (name "moonlight-common")
-      (version (git-version "5.0.1" revision commit))
+      (version (git-version "6.1.0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -6371,7 +6371,7 @@ (define-public moonlight-common
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "05jm0vhyb6pizd8yj89rp6ak7bf5j9w06rrmbxh8jccxwqjgll92"))))
+                  "19k8rs2p51zs0h3wj22xw8bgj9c0ma0dc6y7qk5pk75p8ymqp9d3"))))
       (build-system cmake-build-system)
       (arguments
        (list #:tests? #f

base-commit: 9d75215a59629ab224154ef6b843043289291f81
-- 
2.45.2





             reply	other threads:[~2024-09-21 12:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-21 12:57 dan [this message]
2024-10-04 11:14 ` bug#73409: [PATCH] gnu: moonlight-qt: Update to 6.1.0 Z572

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=5dc17f336ba187c84bab581ae99986e791d83820.1726923403.git.i@dan.games \
    --to=i@dan.games \
    --cc=73409@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=iyzsong@envs.net \
    --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.