GNU bug report logs -
#74569
[PATCH] gnu: mpv: Update to 0.39.0.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Thu, 28 Nov 2024 05:19:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#74569: [PATCH] gnu: mpv: Update to 0.39.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 74569 <at> debbugs.gnu.org.
--
74569: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74569
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> gnu.org> writes:
> * 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.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
--
2.46.0
This bug report was last modified 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.