gdrivefs: 0.14.9 -> 0.14.12
https://github.com/dsoprea/GDriveFS/releases/tag/0.14.12 https://github.com/dsoprea/GDriveFS/releases/tag/0.14.11 https://github.com/dsoprea/GDriveFS/releases/tag/0.14.10
This commit is contained in:
parent
9518ca8d3e
commit
6e7e3aebe0
@ -12,13 +12,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.14.9";
|
version = "0.14.12";
|
||||||
pname = "gdrivefs";
|
pname = "gdrivefs";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/dsoprea/GDriveFS/archive/${version}.tar.gz";
|
url = "https://github.com/dsoprea/GDriveFS/archive/${version}.tar.gz";
|
||||||
sha256 = "1mc2r35nf5k8vzwdcdhi0l9rb97amqd5xb53lhydj8v8f4rndk7a";
|
sha256 = "0m45z77idy0bs5fqlz0y534fy28ikamrd321hmqsc3q7d39kqzv0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gipc greenlet httplib2 six ];
|
buildInputs = [ gipc greenlet httplib2 six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user