all messages for Guix-related lists mirrored at yhetil.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

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