3
0
Fork 0
forked from mirrors/nixpkgs

gdown: 4.3.0 -> 4.3.1

This commit is contained in:
R. Ryantm 2022-02-21 05:22:23 +00:00
parent d81f048ef4
commit 21eb8f63d5

View file

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