python310Packages.gdown: 4.6.0 -> 4.6.2

This commit is contained in:
R. Ryantm
2023-02-12 10:57:47 +00:00
committed by Florian Brandes
parent a264c45e98
commit c8e9f3ba77

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "gdown";
version = "4.6.0";
version = "4.6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XOPbCu2lT0bKrLLfhvMcPj7NF8NVaJ5kVthftSi6l0k=";
hash = "sha256-/2pPAymq6dek2NsInD+ga+CYOTG7BPgWGNm7Iwp2GHg=";
};
propagatedBuildInputs = [