yamale: 5.2.1 -> 5.3.0

This commit is contained in:
R. Ryantm
2025-01-04 21:54:49 +01:00
committed by Weijia Wang
parent 576aac572b
commit 020ed67754
@@ -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 ];