yamlfix: 1.9.0 -> 1.10.0

This commit is contained in:
R. Ryantm
2023-06-01 19:51:28 +00:00
parent fb21e6d7dd
commit 7cb219d309
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "yamlfix";
version = "1.9.0";
version = "1.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "lyz-code";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-av3QNfyPo/4GzFzQ60OrtPK6CV5AkN4FbbqgeBz4rY0=";
hash = "sha256-tRF2mi2xAjCKKbPVcJ7YEc4UVmSorgP9DFm8t1z0XoA=";
};
nativeBuildInputs = [