From 324bce22a7f72f97cbe16bbe497aacb77d96f4d1 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 15 Oct 2020 14:14:20 +0000 Subject: [PATCH] python37Packages.pq: 1.8.2 -> 1.9.0 --- pkgs/development/python-modules/pq/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pq/default.nix b/pkgs/development/python-modules/pq/default.nix index cfc5419bd239..ff1433725fca 100644 --- a/pkgs/development/python-modules/pq/default.nix +++ b/pkgs/development/python-modules/pq/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "pq"; - version = "1.8.2"; + version = "1.9.0"; disabled = isPy27; src = fetchPypi { inherit pname version; - sha256 = "f54143844e73f4182532e68548dee447dd78dd00310a087e8cdee756d476a173"; + sha256 = "c664ee3a9a25efcb583e3d1d797588fb7c2fb5096220689eec78a7946b01b5ff"; }; # tests require running postgresql cluster @@ -20,7 +20,7 @@ buildPythonPackage rec { meta = with lib; { description = "PQ is a transactional queue for PostgreSQL"; - homepage = https://github.com/malthe/pq/; + homepage = "https://github.com/malthe/pq/"; license = licenses.bsd3; maintainers = [ maintainers.costrouc ]; };