nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pgcli: 2.2.0 -> 3.0.0

+3 -3
+3 -3
pkgs/development/tools/database/pgcli/default.nix
··· 5 5 6 6 buildPythonApplication rec { 7 7 pname = "pgcli"; 8 - version = "2.2.0"; 8 + version = "3.0.0"; 9 9 10 10 disabled = !isPy3k; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "54138a31e6736a34c63b84a6d134c9292c9a73543cc0f66e80a0aaf79259d39b"; 14 + sha256 = "10j01bd031fys1vcihibsi5rrfd8w1kgahpcsbk4l07871c24829"; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ ··· 37 37 Rich command-line interface for PostgreSQL with auto-completion and 38 38 syntax highlighting. 39 39 ''; 40 - homepage = https://pgcli.com; 40 + homepage = "https://pgcli.com"; 41 41 license = licenses.bsd3; 42 42 maintainers = with maintainers; [ dywedir ]; 43 43 };