GNU bug report logs - #71134
[PATCH] gnu: jellyfin-mpv-shim: Update to 2.7.0.post2.

Previous Next

Package: guix-patches;

Reported by: Ian Eure <ian <at> retrospec.tv>

Date: Wed, 22 May 2024 22:22:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 71134 in the body.
You can then email your comments to 71134 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 guix-patches <at> gnu.org:
bug#71134; Package guix-patches. (Wed, 22 May 2024 22:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ian Eure <ian <at> retrospec.tv>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 May 2024 22:22:01 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: guix-patches <at> gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH] gnu: jellyfin-mpv-shim: Update to 2.7.0.post2.
Date: Wed, 22 May 2024 15:20:53 -0700
* gnu/packages/video.scm (jellyfin-mpv-shim): Update to 2.7.0.post2.

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2e7ba6d10e..268129cb66 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2756,13 +2756,13 @@ (define-public smplayer
 (define-public jellyfin-mpv-shim
   (package
     (name "jellyfin-mpv-shim")
-    (version "2.6.0")
+    (version "2.7.0.post2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "jellyfin-mpv-shim" version))
        (sha256
-        (base32 "1cy2sfv84k5nw8bqy4aa7v0hdawp7gk5s7wq850xizqk0sz7cipp"))))
+        (base32 "0flcy3pxmyfwqkwvsl7y065afiqvy2zjbi441m1i4xc4d2h6r39p"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#71134; Package guix-patches. (Sat, 08 Jun 2024 04:04:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: 71134 <at> debbugs.gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH v2 0/1] gnu: jellyfin-mpv-shim: Update to 2.8.0
Date: Fri,  7 Jun 2024 21:02:53 -0700
A new upstream bugfix release occurred while the inital patch was in review,
so here’s an update.

Ian Eure (1):
  gnu: jellyfin-mpv-shim: Update to 2.8.0.

 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.45.1





Information forwarded to guix-patches <at> gnu.org:
bug#71134; Package guix-patches. (Sat, 08 Jun 2024 04:41:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: 71134 <at> debbugs.gnu.org
Cc: Ian Eure <ian <at> retrospec.tv>
Subject: [PATCH v2 1/1] gnu: jellyfin-mpv-shim: Update to 2.8.0.
Date: Fri,  7 Jun 2024 21:02:54 -0700
* gnu/packages/video.scm (jellyfin-mpv-shim): Update to 2.8.0.

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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0960410498..28cc5e0a07 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2763,13 +2763,13 @@ (define-public smplayer
 (define-public jellyfin-mpv-shim
   (package
     (name "jellyfin-mpv-shim")
-    (version "2.6.0")
+    (version "2.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "jellyfin-mpv-shim" version))
        (sha256
-        (base32 "1cy2sfv84k5nw8bqy4aa7v0hdawp7gk5s7wq850xizqk0sz7cipp"))))
+        (base32 "0lgs3d6qxxf338mg4mmm4jrkvw1alrks16hx30figwn3dcv5l0qh"))))
     (build-system python-build-system)
     (arguments
      (list
-- 
2.45.1





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 11 Jun 2024 16:27:02 GMT) Full text and rfc822 format available.

Notification sent to Ian Eure <ian <at> retrospec.tv>:
bug acknowledged by developer. (Tue, 11 Jun 2024 16:27:03 GMT) Full text and rfc822 format available.

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

From: Christopher Baines <mail <at> cbaines.net>
To: Ian Eure <ian <at> retrospec.tv>
Cc: 71134-done <at> debbugs.gnu.org
Subject: Re: [bug#71134] [PATCH v2 1/1] gnu: jellyfin-mpv-shim: Update to
 2.8.0.
Date: Tue, 11 Jun 2024 12:37:18 +0100
[Message part 1 (text/plain, inline)]
Ian Eure <ian <at> retrospec.tv> writes:

> * gnu/packages/video.scm (jellyfin-mpv-shim): Update to 2.8.0.
>
> Change-Id: Icbae4392cab029c80bd8a3ce0fa756b567743c77
> ---
>  gnu/packages/video.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me, I've pushed this to master as
4cfc4692c9ddc40969370c81e2ca899160ff1c9a.

Chris
[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. (Wed, 10 Jul 2024 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 342 days ago.

Previous Next


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