all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61181] [PATCH] gnu: mpv: Update to 0.35.1.
@ 2023-01-30 17:09 Kaelyn Takata via Guix-patches via
  2023-01-30 18:15 ` bug#61181: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Kaelyn Takata via Guix-patches via @ 2023-01-30 17:09 UTC (permalink / raw)
  To: 61181; +Cc: Kaelyn Takata

* gnu/packages/video.scm (mpv): Update to 0.35.1.
---
 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 60d39c38dc..adec7d9269 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2181,7 +2181,7 @@ (define-public mplayer
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.35.0")
+    (version "0.35.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2189,7 +2189,7 @@ (define-public mpv
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "1jnk1arwhf82s6q90jp70izk1wy0bkx3lr3il2jgbqsp355l6wsk"))))
+               (base32 "1lzaijqddr4ir9nb27cv9ki20b0k5jns2k47v4xvmi30v1gi71ha"))))
     (build-system waf-build-system)
     (arguments
      (list

base-commit: de2729bd962616c86c4a3c1c29a1eb9cfd7ab199
--
2.39.1






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

* bug#61181: [PATCH] gnu: mpv: Update to 0.35.1.
  2023-01-30 17:09 [bug#61181] [PATCH] gnu: mpv: Update to 0.35.1 Kaelyn Takata via Guix-patches via
@ 2023-01-30 18:15 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-01-30 18:15 UTC (permalink / raw)
  To: Kaelyn Takata; +Cc: 61181-done

On Mon, Jan 30, 2023 at 05:09:05PM +0000, Kaelyn Takata via Guix-patches via wrote:
> * gnu/packages/video.scm (mpv): Update to 0.35.1.

Thanks! Pushed as 09e1962b448df6f553e9897c644d80ff45b73067




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

end of thread, other threads:[~2023-01-30 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 17:09 [bug#61181] [PATCH] gnu: mpv: Update to 0.35.1 Kaelyn Takata via Guix-patches via
2023-01-30 18:15 ` bug#61181: " Leo Famulari

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.