mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5f5d84becc
commit
e578728f33
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue