Merge pull request #136146 from marsam/update-pgcli
pgcli: 3.1.0 -> 3.2.0
This commit is contained in:
commit
4b4b20b65f
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user