python3Packages.niquests: 3.18.2 -> 3.18.3 (#505129)

This commit is contained in:
dotlambda
2026-04-01 16:18:40 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "niquests";
version = "3.18.2";
version = "3.18.3";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "niquests";
tag = "v${version}";
hash = "sha256-lZMUm1rYCsNSMz/cKTqynaLqb1P75JJCFMDZ9onFS4g=";
hash = "sha256-8XR1TZ2VbUVbXb6dEBS3yr+FB4L6Gbhhx3hoYlHfcoA=";
};
build-system = [ hatchling ];