python3Packages.gdown: 5.2.0 -> 5.2.1

This commit is contained in:
R. Ryantm
2026-01-11 12:34:16 +00:00
parent a72beff4f5
commit ccd3e55d5a
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "gdown";
version = "5.2.0";
version = "5.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IUUWUGLYVSCjzZizVsntUixeeYTUCFNUCf1G+U3vx4c=";
hash = "sha256-JHwq0fV521tmtUwE5qhxmV/I/XAhcIuVC4unsyz5AyM=";
};
build-system = [