python3Packages.twscrape: 0.17.0 -> 0.18.1

This commit is contained in:
R. Ryantm
2026-05-27 21:28:41 +02:00
committed by Fabian Affolter
parent 14761b2311
commit dc1e4ce0b3
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "twscrape";
version = "0.17.0";
version = "0.18.1";
pyproject = true;
src = fetchFromGitHub {
owner = "vladkens";
repo = "twscrape";
tag = "v${version}";
hash = "sha256-0j6nE8V0CWTuIHMS+2p5Ncz7d+D6VagjtyfMbQuI8Eg=";
hash = "sha256-FQYBC/b2L+c6UtqMZcsuVom01n0sRpBvMTnE2zZh86U=";
};
build-system = [ hatchling ];