Merge pull request #136146 from marsam/update-pgcli

pgcli: 3.1.0 -> 3.2.0
This commit is contained in:
Mario Rodas 2021-09-01 07:41:16 -05:00 committed by GitHub
commit 4b4b20b65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
buildPythonApplication rec {
pname = "pgcli";
version = "3.1.0";
version = "3.2.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "d5b2d803f7e4e7fe679306a000bde5d14d15ec590ddd108f3dc4c0ecad169d2b";
sha256 = "6cde97e71996bf910a40b579e5285483c10ea04962a08def01c12433d5f7c6b7";
};
propagatedBuildInputs = [
@ -55,7 +55,7 @@ buildPythonApplication rec {
syntax highlighting.
'';
homepage = "https://pgcli.com";
changelog = "https://github.com/dbcli/pgcli/blob/v${version}/changelog.rst";
changelog = "https://github.com/dbcli/pgcli/raw/v${version}/changelog.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ dywedir ];
};