Merge pull request #208584 from r-ryantm/auto-update/python3.9-schema-salad
python39Packages.schema-salad: 8.3.20220913105718 -> 8.3.20221209165047
This commit is contained in:
commit
b3dc42195c
1 changed files with 6 additions and 4 deletions
|
@ -14,14 +14,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "schema-salad";
|
||||
version = "8.3.20220913105718";
|
||||
version = "8.3.20221209165047";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-18/xLIq1+yM8iQBIeXvRIO4A5GqZS/3qOKXmi439+sQ=";
|
||||
hash = "sha256-2XzJpNfEJV64AAvOuqisDR0xgBySH9QROrMFHB4ybHw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -57,13 +57,15 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
pycodegen = [ black ];
|
||||
pycodegen = [
|
||||
black
|
||||
];
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
broken = true; # disables on outdated version of mistune
|
||||
description = "Semantic Annotations for Linked Avro Data";
|
||||
homepage = "https://github.com/common-workflow-language/schema_salad";
|
||||
changelog = "https://github.com/common-workflow-language/schema_salad/releases/tag/${version}";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ veprbl ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue