[PATCH] gnu: mpv: Update to 0.35.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • dan
  • ???
Owner
unassigned
Submitted by
dan
Severity
normal
D
(address . guix-patches@gnu.org)
20221113054645.19501-1-i@dan.games
* gnu/packages/video.scm (mpv): Update to 0.35.0.
---
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 c8f3c6f8a5..4b688fb2e4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2179,7 +2179,7 @@ (define-public mplayer
(define-public mpv
(package
(name "mpv")
- (version "0.34.1")
+ (version "0.35.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2187,7 +2187,7 @@ (define-public mpv
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12qxwm1ww5vhjddl8yvj1xa0n1fi9z3lmzwhaiday2v59ca0qgsk"))))
+ (base32 "1jnk1arwhf82s6q90jp70izk1wy0bkx3lr3il2jgbqsp355l6wsk"))))
(build-system waf-build-system)
(arguments
(list
--
2.38.1
?
(name . dan)(address . i@dan.games)(address . 59240-done@debbugs.gnu.org)
87cz9qb82e.fsf@envs.net
dan <i@dan.games> writes:

Toggle quote (2 lines)
> * gnu/packages/video.scm (mpv): Update to 0.35.0.

Applied, thank you!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 59240
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