python3Packages.yamale: 6.0.0 -> 6.1.0

This commit is contained in:
R. Ryantm
2025-11-23 13:09:32 +00:00
parent 0a344e2c83
commit 4604411add
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "yamale";
version = "6.0.0";
version = "6.1.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "23andMe";
repo = "yamale";
tag = version;
hash = "sha256-Ij9jhGMYHUStZ/xR5GUg/eF6YQdtIfpLU7g1pev6wJU=";
hash = "sha256-+UZJhZLJEZVGPF9D9B8blGh4pLszQnDoOl5xQMpvVl0=";
};
build-system = [ setuptools ];