python3Packages.textx: 4.2.2 -> 4.2.3 (#451873)
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
let
|
let
|
||||||
textx = buildPythonPackage rec {
|
textx = buildPythonPackage rec {
|
||||||
pname = "textx";
|
pname = "textx";
|
||||||
version = "4.2.2";
|
version = "4.2.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
tag = version;
|
||||||
hash = "sha256-AlFXaB+D03GAsXNd2GnFOLxo2g5BjWAu6K1/GsncwLw=";
|
hash = "sha256-2ZRu7aDDiq+EUjqYI7CxzsmPNXGmWc7DI4ocVZbj3gM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
@@ -58,6 +58,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://github.com/textX/textX/blob/${src.tag}/CHANGELOG.md";
|
||||||
description = "Domain-specific languages and parsers in Python";
|
description = "Domain-specific languages and parsers in Python";
|
||||||
mainProgram = "textx";
|
mainProgram = "textx";
|
||||||
homepage = "https://github.com/textx/textx/";
|
homepage = "https://github.com/textx/textx/";
|
||||||
|
|||||||
Reference in New Issue
Block a user