pythonPackages.pgcli: 1.0.0 -> 1.1.0
Changes: https://github.com/dbcli/pgcli/blob/master/changelog.rst
This commit is contained in:
parent
99c89f867d
commit
5efa4f801d
@ -16507,11 +16507,11 @@ in modules // {
|
||||
|
||||
pgcli = buildPythonPackage rec {
|
||||
name = "pgcli-${version}";
|
||||
version = "1.0.0";
|
||||
version = "1.1.0";
|
||||
disabled = isPy35;
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
sha256 = "19jdnrz2qzlmxyhf0gyrj0dg0jfk1zar0jvm1vigswgmq2m6mm4v";
|
||||
sha256 = "155avdckg93w3rmx0mz17wi6vcaba3lcppv9qwa6xlxfds9yzvlq";
|
||||
rev = "v${version}";
|
||||
repo = "pgcli";
|
||||
owner = "dbcli";
|
||||
|
Loading…
x
Reference in New Issue
Block a user