Merge pull request #85123 from r-ryantm/auto-update/pgcli

pgcli: 2.2.0 -> 3.0.0
This commit is contained in:
Maximilian Bosch 2020-04-13 12:38:50 +02:00 committed by GitHub
commit 9e2a52f239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [