python310Packages.pg8000: 1.29.3 -> 1.29.4

Changelog: https://github.com/tlocke/pg8000#release-notes
This commit is contained in:
Fabian Affolter 2022-12-18 21:31:43 +01:00
parent 84ff79864b
commit 13c99dde22

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pg8000";
version = "1.29.3";
version = "1.29.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-yMlU08htf79ZG8g7ANbs4on64XbIM1oYKnVwaZ2iv9w=";
hash = "sha256-dtKqF1ejC8ceAwfa4Yw3TjNqaRI+awRuIGqWYR+iozA=";
};
nativeBuildInputs = [