[PATCH] gnu: mpv: Update to 0.39.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Zheng Junjie
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 3 months ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
2710f90d872bf4fbcdb8d569ac7a0b5a6a866d8b.1732750153.git.kiasoc5@disroot.org
* gnu/packages/video.scm (mpv): Update to 0.39.0.

Change-Id: I2de5b9c58c414d2d5dae570ca47133bff0c9c639
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2da458ed01..03d44dc9a2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2660,7 +2660,7 @@ (define-public mplayer
(define-public mpv
(package
(name "mpv")
- (version "0.38.0")
+ (version "0.39.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2668,7 +2668,7 @@ (define-public mpv
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl"))))
+ (base32 "18v9hpnf3r3gii7m13gw04fiwps8lcdgjqc83rmvhfsk03ws3q84"))))
(build-system meson-build-system)
(arguments
(list

base-commit: c6d15cf27a137051ccd8f301330a70dd0eecc3d4
--
2.46.0
Zheng Junjie wrote 3 months ago
(name . kiasoc5 via Guix-patches via)(address . guix-patches@gnu.org)
87o71zsql6.fsf@iscas.ac.cn
kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (32 lines)
> * gnu/packages/video.scm (mpv): Update to 0.39.0.
>
> Change-Id: I2de5b9c58c414d2d5dae570ca47133bff0c9c639
> ---
> 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 2da458ed01..03d44dc9a2 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -2660,7 +2660,7 @@ (define-public mplayer
> (define-public mpv
> (package
> (name "mpv")
> - (version "0.38.0")
> + (version "0.39.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -2668,7 +2668,7 @@ (define-public mpv
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "11l8b9cka81xwrcc148g6avj7jcz8khz3h3xpyadm5265afa6mkl"))))
> + (base32 "18v9hpnf3r3gii7m13gw04fiwps8lcdgjqc83rmvhfsk03ws3q84"))))
> (build-system meson-build-system)
> (arguments
> (list
>
> base-commit: c6d15cf27a137051ccd8f301330a70dd0eecc3d4

pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmdIK2UACgkQO1qpk+Gi
3/BFkg//adJoE0p+iR1UU96MCzUTp8kontpEUqqV6s2p3RViBC/ZumrEcBQhygMm
BRWn3Z3/puCw3jQUf7Xsmxz4UNy9Hs40iHj815Or6dGn9mKp0SAPt81DVfhjbJwN
fuNm5/A9luYkTlsFy1AKQML8T0uGDy24Hrm7mSXwU+9g+WFlzq11+5d0X8/ym4Wm
gkz2rCuAaTQdBkRRGZoWgxvAFWfvIe1F7i088gLooKbDVypJVziX6lLUXmukrKK8
fqpp+CJvonrzA6rAWkpzbPW4BDzU2jDOqciGJHvLMEfgm+jWn/MpM29EOfrblcto
C4+vQoXFPooadQxoJJnn9XrY+JMojFcSN3pr2Gf8HWJfX5PfxW32LyyiGERuVGWw
lI4x3UCdPaaJouxShFj4Kx0dpG8MYzruSz/kRwyR6ujW8TmrLctL3AFJ70pIHr35
kLErRYDIyZ9BIQMIdznJFGCqrxet0VS/YGulWF72qbChSkKA45VgUGItg9p+8O/E
X//Wu8ZEIM0IhLcl97SJhwytGqsQMHh7Y6Zzuo0B4aCr1CbSCfLoPqtymwCb/Azg
ouKhFRjQc+MQJSBZfJSmqtUs/75NXdcGKNyYAqro+yRYBtvxODeMrNGDnDGBt9lh
OiF6/6XLUUJ/880YsAcMG37wS4sjjcpEFYgh+tVro9cm1MfhaS0=
=0NK7
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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