yamale: 5.2.1 -> 5.3.0 (#369823)

This commit is contained in:
Christian Kögler
2025-01-12 13:15:17 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "yamale";
version = "5.2.1";
version = "5.3.0";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "23andMe";
repo = "yamale";
tag = version;
hash = "sha256-iiiQAZ050FintRSV3l2zfikTNmphhJgrn+4tUHORiSk=";
hash = "sha256-fYH+0OUJ9EnsAQh/VUOUVms1jwqpcLBj/c5uLj/1gVc=";
};
build-system = [ setuptools ];