gnu: python-mpv: Update to 1.0.8.

* gnu/packages/python-xyz.scm (python-mpv): Update to 1.0.8.

Change-Id: I32218397e4f43a608af0bd5e295a53329a1b466b
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Tomas Volf 2025-05-11 22:27:29 +02:00 committed by Andreas Enge
parent 5f5d84becc
commit e578728f33
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -39203,7 +39203,7 @@ and @code{bspatch4}.")
(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.
@ -39213,7 +39213,7 @@ and @code{bspatch4}.")
(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