unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74569] [PATCH] gnu: mpv: Update to 0.39.0.
@ 2024-11-28  5:18 kiasoc5 via Guix-patches via
  2024-11-28  8:35 ` bug#74569: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2024-11-28  5:18 UTC (permalink / raw)
  To: 74569; +Cc: kiasoc5

* gnu/packages/video.scm (mpv): Update to 0.39.0.

Change-Id: I2de5b9c58c414d2d5dae570ca47133bff0c9c639
---
 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 2da458ed01..03d44dc9a2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2660,7 +2660,7 @@ (define-public mplayer
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.38.0")
+    (version "0.39.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2668,7 +2668,7 @@ (define-public mpv
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl"))))
+               (base32 "18v9hpnf3r3gii7m13gw04fiwps8lcdgjqc83rmvhfsk03ws3q84"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: c6d15cf27a137051ccd8f301330a70dd0eecc3d4
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#74569: [PATCH] gnu: mpv: Update to 0.39.0.
  2024-11-28  5:18 [bug#74569] [PATCH] gnu: mpv: Update to 0.39.0 kiasoc5 via Guix-patches via
@ 2024-11-28  8:35 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-11-28  8:35 UTC (permalink / raw)
  To: kiasoc5 via Guix-patches via; +Cc: kiasoc5, 74569-done

[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/video.scm (mpv): Update to 0.39.0.
>
> Change-Id: I2de5b9c58c414d2d5dae570ca47133bff0c9c639
> ---
>  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 2da458ed01..03d44dc9a2 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -2660,7 +2660,7 @@ (define-public mplayer
>  (define-public mpv
>    (package
>      (name "mpv")
> -    (version "0.38.0")
> +    (version "0.39.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference
> @@ -2668,7 +2668,7 @@ (define-public mpv
>                      (commit (string-append "v" version))))
>                (file-name (git-file-name name version))
>                (sha256
> -               (base32 "11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl"))))
> +               (base32 "18v9hpnf3r3gii7m13gw04fiwps8lcdgjqc83rmvhfsk03ws3q84"))))
>      (build-system meson-build-system)
>      (arguments
>       (list
>
> base-commit: c6d15cf27a137051ccd8f301330a70dd0eecc3d4

pushed, closing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-28  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-28  5:18 [bug#74569] [PATCH] gnu: mpv: Update to 0.39.0 kiasoc5 via Guix-patches via
2024-11-28  8:35 ` bug#74569: " Zheng Junjie

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).