python312Packages.treq: 23.11.0 -> 24.9.1 (#345240)

This commit is contained in:
OTABI Tomoya 2024-09-30 11:35:17 +09:00 committed by GitHub
commit 68444a389b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "treq";
version = "23.11.0";
version = "24.9.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-CRT/kp/RYyzhZ5cjUmD4vBnSD/fEWcHeq9ZbjGjL6sU=";
hash = "sha256-Fdp/xATz5O1Z0Kvl+O70lm+rvmGAOaKiO8fBUwXO/qg=";
};
nativeBuildInputs = [