python3Packages.yamale: 3.0.8 -> 4.0.2

This commit is contained in:
Fabian Affolter 2021-11-09 17:51:04 +01:00 committed by Jonathan Ringer
parent b42501e1e7
commit 8b6e91eb76

View file

@ -9,7 +9,8 @@
buildPythonPackage rec {
pname = "yamale";
version = "3.0.8";
version = "4.0.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -17,7 +18,7 @@ buildPythonPackage rec {
owner = "23andMe";
repo = pname;
rev = version;
sha256 = "0bn0himn5fwndaxn205s55bdc4np7lhd940i0lkv0m7ybhbw7dap";
sha256 = "sha256-hFBU3o3HpL0Schgzcx3oYq0IAUVGKThIfEteYcFbLnk=";
};
propagatedBuildInputs = [
@ -29,7 +30,9 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [ "yamale" ];
pythonImportsCheck = [
"yamale"
];
meta = with lib; {
description = "A schema and validator for YAML";