mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python312Packages.pglast: 6.4 -> 6.6
Changelog: https://github.com/lelit/pglast/blob/v6.6/CHANGES.rst
This commit is contained in:
parent
886e1bfdfb
commit
63d3ba42e9
@ -2,22 +2,22 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
pytest-cov-stub,
|
||||
pytest,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
pytest,
|
||||
pytest-cov-stub,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pglast";
|
||||
version = "6.4";
|
||||
version = "6.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-lyPwRcq5BR7E5YASn7NDmYU5TY/mgbvg45ZGYEWPmKg=";
|
||||
hash = "sha256-NMM/O7SIunsfh1aSKArAmcXQR638HwBFrMjva+muDt8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@ -41,8 +41,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/lelit/pglast";
|
||||
description = "PostgreSQL Languages AST and statements prettifier";
|
||||
homepage = "https://github.com/lelit/pglast";
|
||||
changelog = "https://github.com/lelit/pglast/blob/v${version}/CHANGES.rst";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user