gdown: 4.0.1 -> 4.0.2
This commit is contained in:
parent
8d4b70dfec
commit
c070d9ff66
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gdown";
|
pname = "gdown";
|
||||||
version = "4.0.1";
|
version = "4.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8025f3685faa1bed29adc8b778de305935b2cda2d691b35fb47957e1140c9f32";
|
sha256 = "sha256-XSYc3mCsFW+x6aZFDNtUE9lHv9vPUvkdsqmbtFX7aQw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ filelock requests tqdm setuptools six ];
|
propagatedBuildInputs = [ filelock requests tqdm setuptools six ];
|
||||||
|
|
Loading…
Reference in a new issue