Merge pull request #11002 from odi/master

python-packages: pafy 0.4.1 -> 0.4.2
This commit is contained in:
Pascal Wittmann 2015-11-13 10:50:29 +01:00
commit 46979454e3

View File

@ -21278,11 +21278,11 @@ let
pafy = buildPythonPackage rec {
name = "pafy-${version}";
version = "0.4.1";
version = "0.4.2";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/pafy/${name}.tar.gz";
sha256 = "1zdlwwrwh04vszwgmhkmaah1ix24d2zicpv3zi7s8whh06g7pkkl";
sha256 = "140nacvyv1a2frvgygbpbsdpxjh82ysfmgp7jf2apn4x2gnkip59";
};
propagatedBuildInputs = with self; [ youtube-dl ];