[PATCH] gnu: mpv: Update to 0.35.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kaelyn Takata
  • Leo Famulari
Owner
unassigned
Submitted by
Kaelyn Takata
Severity
normal

Debbugs page

Kaelyn Takata wrote 2 years ago
(address . guix-patches@gnu.org)(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)
93fef76aaf2c83bc4f0165efb319e4f501ccc546.1675098534.git.kaelyn.alexi@protonmail.com
* gnu/packages/video.scm (mpv): Update to 0.35.1.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 2 years ago
(name . Kaelyn Takata)(address . kaelyn.alexi@protonmail.com)(address . 61181-done@debbugs.gnu.org)
Y9gJWFFC45kUkjea@jasmine.lan
On Mon, Jan 30, 2023 at 05:09:05PM +0000, Kaelyn Takata via Guix-patches via wrote:
Toggle quote (2 lines)
> * gnu/packages/video.scm (mpv): Update to 0.35.1.

Thanks! Pushed as 09e1962b448df6f553e9897c644d80ff45b73067
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61181@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61181
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help