Merge pull request #225546 from r-ryantm/auto-update/python310Packages.pq
python310Packages.pq: 1.9.0 -> 1.9.1
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pq";
|
||||
version = "1.9.0";
|
||||
version = "1.9.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c664ee3a9a25efcb583e3d1d797588fb7c2fb5096220689eec78a7946b01b5ff";
|
||||
sha256 = "sha256-1krw77ij69EbLg5mKmQmxeHpn38uRG9EOboGmRk+StY=";
|
||||
};
|
||||
|
||||
# tests require running postgresql cluster
|
||||
|
||||
Reference in New Issue
Block a user