python27Packages.casttube: 0.2.0 -> 0.2.1

This commit is contained in:
R. RyanTM 2020-04-10 14:21:43 +00:00
parent 807ca93fad
commit 10292a3df7

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "casttube"; pname = "casttube";
version = "0.2.0"; version = "0.2.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0g7mksfl341vfsxqvw8h15ci2qwd1rczg41n4fb2hw7y9rikqnzj"; sha256 = "10pw2sjy648pvp42lbbdmkkx79bqlkq1xcbzp1frraj9g66azljl";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];
@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Interact with the Youtube Chromecast api"; description = "Interact with the Youtube Chromecast api";
homepage = https://github.com/ur1katz/casttube; homepage = "https://github.com/ur1katz/casttube";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ fpletz ];
}; };