python3Packages.niquests: 3.20.0 -> 3.20.1 (#542242)

This commit is contained in:
dotlambda
2026-07-15 13:59:47 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "niquests";
version = "3.20.0";
version = "3.20.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "niquests";
tag = "v${version}";
hash = "sha256-9zBo59l/zDIMKnYX1jOMOCec+oRnCkqJjjJmjbAzoPM=";
hash = "sha256-ux0Nypp3gvf//vNyTt/BygkneEfX2Z3wHaLpbb3TGyI=";
};
build-system = [ hatchling ];