pgcli: 2.2.0 -> 3.0.0

This commit is contained in:
R. RyanTM 2020-04-13 03:56:25 +00:00
parent 807ca93fad
commit 16837af3f0

View file

@ -5,13 +5,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "pgcli"; pname = "pgcli";
version = "2.2.0"; version = "3.0.0";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "54138a31e6736a34c63b84a6d134c9292c9a73543cc0f66e80a0aaf79259d39b"; sha256 = "10j01bd031fys1vcihibsi5rrfd8w1kgahpcsbk4l07871c24829";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -37,7 +37,7 @@ buildPythonApplication rec {
Rich command-line interface for PostgreSQL with auto-completion and Rich command-line interface for PostgreSQL with auto-completion and
syntax highlighting. syntax highlighting.
''; '';
homepage = https://pgcli.com; homepage = "https://pgcli.com";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
}; };