GNU bug report logs -
#78384
[PATCH 0/2] Update mpv to 0.40.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 11 May 2025 20:13:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Full log
Message #8 received at 78384 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-mpv): Update to 1.0.8.
Change-Id: I32218397e4f43a608af0bd5e295a53329a1b466b
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cd50babf54..58bbce55f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39270,7 +39270,7 @@ (define-public python-bsdiff4
(define-public python-mpv
(package
(name "python-mpv")
- (version "1.0.7")
+ (version "1.0.8")
(source
(origin
;; python-mpv from pypi does not include the tests directory.
@@ -39280,7 +39280,7 @@ (define-public python-mpv
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "102fajzrcgxapsanh0phlqmk9q2v95bvix6mrkg8rypv717idins"))))
+ (base32 "04azy5wa2n8pa21z6lz1p1p0vy7flaqm8ypy46jb77gig2g50xrh"))))
(build-system pyproject-build-system)
(arguments
(list #:phases
--
2.49.0
This bug report was last modified 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.