python3Packages.mpv: 0.4.7 -> 0.5.2 (#116462)

This commit is contained in:
Sumner Evans 2021-03-16 05:31:44 -06:00 committed by GitHub
parent c577050b49
commit 73be16c314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@
buildPythonPackage rec {
pname = "mpv";
version = "0.4.7";
version = "0.5.2";
disabled = isPy27;
src = fetchFromGitHub {
owner = "jaseg";
repo = "python-mpv";
rev = "v${version}";
sha256 = "1gq2ynzbpmc7bv066ddv2f4rnmvfsi7034vhf9ffp7yzbixf6ys8";
sha256 = "0ffskpynhl1252h6a05087lvpjgn1cn2z3caiv3i666dn1n79fjd";
};
buildInputs = [ mpv ];
@ -28,6 +28,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "A python interface to the mpv media player";
homepage = "https://github.com/jaseg/python-mpv";
license = licenses.agpl3;
license = licenses.agpl3Plus;
};
}