GNU bug report logs - #59240
[PATCH] gnu: mpv: Update to 0.35.0.

Previous Next

Package: guix-patches;

Reported by: dan <i <at> dan.games>

Date: Sun, 13 Nov 2022 05:48:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: dan <i <at> dan.games>
Subject: bug#59240: closed (Re: bug#59240: [PATCH] gnu: mpv: Update to
 0.35.0.)
Date: Mon, 14 Nov 2022 02:10:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59240: [PATCH] gnu: mpv: Update to 0.35.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 59240 <at> debbugs.gnu.org.

-- 
59240: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59240
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: dan <i <at> dan.games>
Cc: 59240-done <at> debbugs.gnu.org
Subject: Re: bug#59240: [PATCH] gnu: mpv: Update to 0.35.0.
Date: Mon, 14 Nov 2022 10:09:45 +0800
dan <i <at> dan.games> writes:

> * gnu/packages/video.scm (mpv): Update to 0.35.0.

Applied, thank you!

[Message part 3 (message/rfc822, inline)]
From: dan <i <at> dan.games>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: mpv: Update to 0.35.0.
Date: Sun, 13 Nov 2022 13:46:45 +0800
* 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




This bug report was last modified 2 years and 185 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.