python3Packages.niquests: 3.18.6 -> 3.18.7

Diff: https://github.com/jawah/niquests/compare/v3.18.6...v3.18.7

Changelog: https://github.com/jawah/niquests/blob/v3.18.7/HISTORY.md
This commit is contained in:
Robert Schütz
2026-04-28 09:40:40 -07:00
parent 3a31921293
commit e7e5c0041f
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "niquests";
version = "3.18.6";
version = "3.18.7";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "niquests";
tag = "v${version}";
hash = "sha256-hJD5hI/qvYo31eu05fhDZhgRNTbbGJnFE293HM+TuIA=";
hash = "sha256-ujqnb0B282MJi+2oy9AJfJY3KCE5JTjuJuyeeV0gZWA=";
};
build-system = [ hatchling ];