python3Packages.pg8000: 1.31.4 -> 1.31.5

https://github.com/tlocke/pg8000#release-notes

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:48 +01:00
parent 8a828b97db
commit ac5ae70212
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "pg8000";
version = "1.31.4";
version = "1.31.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-5+zOQzmJHyewsi4veeue/kQRi9OEIHNZ/Bg1D3iKzgA=";
hash = "sha256-RuuwO+UrenfAPHJcedosooHW6PWVd8pmsXyQCWGMrng=";
};
build-system = [