python3Packages.niquests: 3.18.4 -> 3.18.5

This commit is contained in:
R. Ryantm
2026-04-11 11:13:42 +00:00
parent 13043924aa
commit c2ded5ea3a
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "niquests";
version = "3.18.4";
version = "3.18.5";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "niquests";
tag = "v${version}";
hash = "sha256-AcF0HpC7vPusEGp7i4ofY2FTJrFxLwXv33MnR6sdvJg=";
hash = "sha256-1fljGr5b3OYtcaGg/Qq2W78FWORB1lXRtqaBlxTGTDI=";
};
build-system = [ hatchling ];