* [bug#59240] [PATCH] gnu: mpv: Update to 0.35.0.
@ 2022-11-13 5:46 dan
2022-11-14 2:09 ` bug#59240: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: dan @ 2022-11-13 5:46 UTC (permalink / raw)
To: 59240
* gnu/packages/video.scm (mpv): Update to 0.35.0.
---
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 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-15 0:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-13 5:46 [bug#59240] [PATCH] gnu: mpv: Update to 0.35.0 dan
2022-11-14 2:09 ` bug#59240: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).