gdown: 4.3.1 -> 4.4.0

This commit is contained in:
R. Ryantm 2022-02-27 06:13:37 +00:00
parent 9c70e73116
commit 867bbad5c2

View File

@ -11,12 +11,12 @@
buildPythonApplication rec {
pname = "gdown";
version = "4.3.1";
version = "4.4.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZFy1/3ZI+Zu/fZbOhswNoRlKFCUSXcPO/bJetSkiyHE=";
sha256 = "sha256-GPw6TaSiJz3reqKcdIa+TfORnZBBWK1qaj4lyBFUcNc=";
};
propagatedBuildInputs = [