1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 23:52:33 +00:00

Merge pull request #84908 from r-ryantm/auto-update/python2.7-casttube

python27Packages.casttube: 0.2.0 -> 0.2.1
This commit is contained in:
Mario Rodas 2020-04-10 10:08:07 -05:00 committed by GitHub
commit a9dc3c44d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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