yamale: 5.0.0 -> 5.1.0

This commit is contained in:
R. Ryantm 2024-03-21 13:47:26 +00:00
parent c7408bdbfb
commit 014f81540f

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "yamale";
version = "5.0.0";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "23andMe";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-T//hmZNVU6zDBaX/79KjdZwaReI4v73Ny7uQGKQREiI=";
hash = "sha256-WLI3cL6i7eLfaX1nN8K/fHlrkOm+JdTEscelql6jO44=";
};
propagatedBuildInputs = [