python311Packages.yamale: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm 2024-04-26 01:11:42 +00:00
parent 10b682b6e5
commit 53ea65f3c5
1 changed files with 2 additions and 2 deletions

View File

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