python3Packages.pg8000: 1.31.1 -> 1.31.2

https://github.com/tlocke/pg8000#release-notes
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:49 +02:00
parent 25551b7e05
commit 087ecf45b0
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pg8000";
version = "1.31.1";
version = "1.31.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-sREw1MYV3TBi6o/tgUMGSnl4t/5tRPFLciYdQ8jicIc=";
hash = "sha256-HqRs8J2Oygf+fqre/XlR43vuf6vmdd8WTxpXL/swCHY=";
};
build-system = [