python3Packages.niquests: 3.19.1 -> 3.20.0 (#536147)

This commit is contained in:
dotlambda 2026-06-28 00:35:01 +00:00 committed by GitHub
commit bdd995eaee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "niquests";
version = "3.19.1";
version = "3.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "niquests";
tag = "v${version}";
hash = "sha256-YADGkjNAG7k6peC0vaH/8OSLbaQSsxsKik3RWIqgc+w=";
hash = "sha256-9zBo59l/zDIMKnYX1jOMOCec+oRnCkqJjjJmjbAzoPM=";
};
build-system = [ hatchling ];