GNU bug report logs - #73409
[PATCH] gnu: moonlight-qt: Update to 6.1.0.

Previous Next

Package: guix-patches;

Reported by: dan <i <at> dan.games>

Date: Sat, 21 Sep 2024 12:58:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73409 in the body.
You can then email your comments to 73409 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#73409; Package guix-patches. (Sat, 21 Sep 2024 12:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to dan <i <at> dan.games>:
New bug report received and forwarded. Copy sent to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Sat, 21 Sep 2024 12:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: dan <i <at> dan.games>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: moonlight-qt: Update to 6.1.0.
Date: Sat, 21 Sep 2024 20:57:15 +0800
* 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 sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Fri, 04 Oct 2024 11:15:03 GMT) Full text and rfc822 format available.

Notification sent to dan <i <at> dan.games>:
bug acknowledged by developer. (Fri, 04 Oct 2024 11:15:03 GMT) Full text and rfc822 format available.

Message #10 received at 73409-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: dan <i <at> dan.games>
Cc: 73409-done <at> debbugs.gnu.org, ??? <iyzsong <at> envs.net>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Adam Faiz <adam.faiz <at> disroot.org>
Subject: Re: [bug#73409] [PATCH] gnu: moonlight-qt: Update to 6.1.0.
Date: Fri, 04 Oct 2024 19:14:17 +0800
[Message part 1 (text/plain, inline)]
dan <i <at> dan.games> writes:

> * 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"))

update from 5.0.1 to 6.1.0, so no need update revision.

>      (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

push, close.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 Nov 2024 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.