* [bug#71134] [PATCH] gnu: jellyfin-mpv-shim: Update to 2.7.0.post2.
@ 2024-05-22 22:20 Ian Eure
2024-06-08 4:02 ` [bug#71134] [PATCH v2 0/1] gnu: jellyfin-mpv-shim: Update to 2.8.0 Ian Eure
0 siblings, 1 reply; 4+ messages in thread
From: Ian Eure @ 2024-05-22 22:20 UTC (permalink / raw)
To: 71134; +Cc: Ian Eure
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#71134] [PATCH v2 0/1] gnu: jellyfin-mpv-shim: Update to 2.8.0
2024-05-22 22:20 [bug#71134] [PATCH] gnu: jellyfin-mpv-shim: Update to 2.7.0.post2 Ian Eure
@ 2024-06-08 4:02 ` Ian Eure
2024-06-08 4:02 ` [bug#71134] [PATCH v2 1/1] " Ian Eure
0 siblings, 1 reply; 4+ messages in thread
From: Ian Eure @ 2024-06-08 4:02 UTC (permalink / raw)
To: 71134; +Cc: Ian Eure
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#71134] [PATCH v2 1/1] gnu: jellyfin-mpv-shim: Update to 2.8.0.
2024-06-08 4:02 ` [bug#71134] [PATCH v2 0/1] gnu: jellyfin-mpv-shim: Update to 2.8.0 Ian Eure
@ 2024-06-08 4:02 ` Ian Eure
2024-06-11 11:37 ` bug#71134: " Christopher Baines
0 siblings, 1 reply; 4+ messages in thread
From: Ian Eure @ 2024-06-08 4:02 UTC (permalink / raw)
To: 71134; +Cc: Ian Eure
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#71134: [PATCH v2 1/1] gnu: jellyfin-mpv-shim: Update to 2.8.0.
2024-06-08 4:02 ` [bug#71134] [PATCH v2 1/1] " Ian Eure
@ 2024-06-11 11:37 ` Christopher Baines
0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2024-06-11 11:37 UTC (permalink / raw)
To: Ian Eure; +Cc: 71134-done
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
Ian Eure <ian@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-11 16:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 22:20 [bug#71134] [PATCH] gnu: jellyfin-mpv-shim: Update to 2.7.0.post2 Ian Eure
2024-06-08 4:02 ` [bug#71134] [PATCH v2 0/1] gnu: jellyfin-mpv-shim: Update to 2.8.0 Ian Eure
2024-06-08 4:02 ` [bug#71134] [PATCH v2 1/1] " Ian Eure
2024-06-11 11:37 ` bug#71134: " Christopher Baines
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).