python-packages: gdrivefs 0.14.2 -> 0.14.3

This commit is contained in:
Tobias Geerinckx-Rice 2015-03-31 01:37:05 +02:00
parent 3bf3e8076c
commit ff1bccdbd5

View File

@ -4939,13 +4939,15 @@ let
}; };
gdrivefs = buildPythonPackage rec { gdrivefs = buildPythonPackage rec {
version = "0.14.2"; version = "0.14.3";
name = "gdrivefs-${version}"; name = "gdrivefs-${version}";
disabled = !isPy27; disabled = !isPy27;
src = pkgs.fetchurl { src = pkgs.fetchFromGitHub {
url = "https://github.com/dsoprea/GDriveFS/archive/${version}.tar.gz"; sha256 = "1ljkh1871lwzn5lhhgbmbf2hfnbnajr3ddz3q5n1kid25qb3l086";
sha256 = "0cfx9y1kqikrn3ngyl93k9f939hf1h7adqv0lpfri8m8glszhchz"; rev = version;
repo = "GDriveFS";
owner = "dsoprea";
}; };
buildInputs = with self; [ gipc greenlet httplib2 six ]; buildInputs = with self; [ gipc greenlet httplib2 six ];