python3Packages.niquests: 3.19.0 -> 3.19.1 (#530191)

This commit is contained in:
dotlambda
2026-06-10 18:43:36 +00:00
committed by GitHub
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "niquests";
version = "3.19.0";
version = "3.19.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "niquests";
tag = "v${version}";
hash = "sha256-rdF+/AGZgfqdiQKlcwa4GDlYWdplAktpkYK9FAN10xk=";
hash = "sha256-YADGkjNAG7k6peC0vaH/8OSLbaQSsxsKik3RWIqgc+w=";
};
build-system = [ hatchling ];