python3Packages.schema-salad: 8.8.20250205075315 -> 8.9.20250408123006
This commit is contained in:
parent
4019840563
commit
3bf2744662
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "schema-salad";
|
pname = "schema-salad";
|
||||||
version = "8.8.20250205075315";
|
version = "8.9.20250408123006";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
owner = "common-workflow-language";
|
owner = "common-workflow-language";
|
||||||
repo = "schema_salad";
|
repo = "schema_salad";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-Lev5daC3RCuXN1GJjOwplTx9PB3HTNZdNNzusn2dBaI=";
|
hash = "sha256-sPPHz43zvqdQ3eruRlVxLLP1ZU/UoVdtDhtQRAo8vNg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "mistune" ];
|
pythonRelaxDeps = [ "mistune" ];
|
||||||
@ -85,7 +85,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Semantic Annotations for Linked Avro Data";
|
description = "Semantic Annotations for Linked Avro Data";
|
||||||
homepage = "https://github.com/common-workflow-language/schema_salad";
|
homepage = "https://github.com/common-workflow-language/schema_salad";
|
||||||
changelog = "https://github.com/common-workflow-language/schema_salad/releases/tag/${version}";
|
changelog = "https://github.com/common-workflow-language/schema_salad/releases/tag/${src.tag}";
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ veprbl ];
|
maintainers = with maintainers; [ veprbl ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user