diff --git a/pkgs/development/tools/database/pgcli/default.nix b/pkgs/development/tools/database/pgcli/default.nix index 4038ad7010f6..b6d7f65896e8 100644 --- a/pkgs/development/tools/database/pgcli/default.nix +++ b/pkgs/development/tools/database/pgcli/default.nix @@ -5,13 +5,13 @@ buildPythonApplication rec { pname = "pgcli"; - version = "2.2.0"; + version = "3.0.0"; disabled = !isPy3k; src = fetchPypi { inherit pname version; - sha256 = "54138a31e6736a34c63b84a6d134c9292c9a73543cc0f66e80a0aaf79259d39b"; + sha256 = "10j01bd031fys1vcihibsi5rrfd8w1kgahpcsbk4l07871c24829"; }; propagatedBuildInputs = [ @@ -37,7 +37,7 @@ buildPythonApplication rec { Rich command-line interface for PostgreSQL with auto-completion and syntax highlighting. ''; - homepage = https://pgcli.com; + homepage = "https://pgcli.com"; license = licenses.bsd3; maintainers = with maintainers; [ dywedir ]; };