python: gdown: 3.11.1 -> 3.12.0
This commit is contained in:
parent
8a9981cb61
commit
8c604318c2
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "gdown";
|
pname = "gdown";
|
||||||
version = "3.11.1";
|
version = "3.12.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1p023812hh7w7d08njjsfn0xzldl4m73yx8p243yb2q49ypjl6nz";
|
sha256 = "bf5f001e3a7add296e5298240c64db88ba88e5c136bd1fe84fcbd542feb6fccd";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ filelock requests tqdm setuptools ];
|
propagatedBuildInputs = [ filelock requests tqdm setuptools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user