GNU bug report logs - #61181
[PATCH] gnu: mpv: Update to 0.35.1.

Previous Next

Package: guix-patches;

Reported by: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>

Date: Mon, 30 Jan 2023 17:10:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Subject: bug#61181: closed (Re: [bug#61181] [PATCH] gnu: mpv: Update to
 0.35.1.)
Date: Mon, 30 Jan 2023 18:17:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61181: [PATCH] gnu: mpv: Update to 0.35.1.

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 61181 <at> debbugs.gnu.org.

-- 
61181: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61181
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Cc: 61181-done <at> debbugs.gnu.org
Subject: Re: [bug#61181] [PATCH] gnu: mpv: Update to 0.35.1.
Date: Mon, 30 Jan 2023 13:15:52 -0500
On Mon, Jan 30, 2023 at 05:09:05PM +0000, Kaelyn Takata via Guix-patches via wrote:
> * gnu/packages/video.scm (mpv): Update to 0.35.1.

Thanks! Pushed as 09e1962b448df6f553e9897c644d80ff45b73067

[Message part 3 (message/rfc822, inline)]
From: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Subject: [PATCH] gnu: mpv: Update to 0.35.1.
Date: Mon, 30 Jan 2023 17:09:05 +0000
* gnu/packages/video.scm (mpv): Update to 0.35.1.
---
 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 60d39c38dc..adec7d9269 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2181,7 +2181,7 @@ (define-public mplayer
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.35.0")
+    (version "0.35.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2189,7 +2189,7 @@ (define-public mpv
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "1jnk1arwhf82s6q90jp70izk1wy0bkx3lr3il2jgbqsp355l6wsk"))))
+               (base32 "1lzaijqddr4ir9nb27cv9ki20b0k5jns2k47v4xvmi30v1gi71ha"))))
     (build-system waf-build-system)
     (arguments
      (list

base-commit: de2729bd962616c86c4a3c1c29a1eb9cfd7ab199
--
2.39.1





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

Previous Next


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