python3Packages.gdown: 4.7.3 -> 5.1.0

https://github.com/wkentaro/gdown/releases/tag/v5.1.0
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:52 +01:00
parent fb05f0cdf1
commit a9fd30fd4a
@@ -2,6 +2,9 @@
, beautifulsoup4
, buildPythonPackage
, fetchPypi
, hatchling
, hatch-vcs
, hatch-fancy-pypi-readme
, filelock
, requests
, tqdm
@@ -12,16 +15,22 @@
buildPythonPackage rec {
pname = "gdown";
version = "4.7.3";
format = "setuptools";
version = "5.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-N+3DoO3aGn/l68xjHDqtBhJYJ2ZGBjDuUvSBuh7Hrv4=";
hash = "sha256-VQpy3FyigZ/kvMFdgNBdfJjAuQ5XJWJUt30CVrnfRoM=";
};
build-system = [
hatchling
hatch-vcs
hatch-fancy-pypi-readme
];
propagatedBuildInputs = [
beautifulsoup4
filelock