python3Packages.niquests: 3.18.3 -> 3.18.4

This commit is contained in:
R. Ryantm
2026-04-03 11:06:59 +00:00
parent 6e48b2865e
commit f102368cdf
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "niquests";
version = "3.18.3";
version = "3.18.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "niquests";
tag = "v${version}";
hash = "sha256-8XR1TZ2VbUVbXb6dEBS3yr+FB4L6Gbhhx3hoYlHfcoA=";
hash = "sha256-AcF0HpC7vPusEGp7i4ofY2FTJrFxLwXv33MnR6sdvJg=";
};
build-system = [ hatchling ];