all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaelyn Takata via Guix-patches via <guix-patches@gnu.org>
To: 61181@debbugs.gnu.org
Cc: Kaelyn Takata <kaelyn.alexi@protonmail.com>
Subject: [bug#61181] [PATCH] gnu: mpv: Update to 0.35.1.
Date: Mon, 30 Jan 2023 17:09:05 +0000	[thread overview]
Message-ID: <93fef76aaf2c83bc4f0165efb319e4f501ccc546.1675098534.git.kaelyn.alexi@protonmail.com> (raw)

* 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






             reply	other threads:[~2023-01-30 17:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 17:09 Kaelyn Takata via Guix-patches via [this message]
2023-01-30 18:15 ` bug#61181: [PATCH] gnu: mpv: Update to 0.35.1 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=93fef76aaf2c83bc4f0165efb319e4f501ccc546.1675098534.git.kaelyn.alexi@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=61181@debbugs.gnu.org \
    --cc=kaelyn.alexi@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.