pgcli: 3.1.0 -> 3.2.0

https://github.com/dbcli/pgcli/raw/v3.2.0/changelog.rst
This commit is contained in:
Mario Rodas
2021-08-28 00:04:20 +00:00
parent 39067594f5
commit baa2707d2a
@@ -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 ];
};