Merge pull request #249686 from r-ryantm/auto-update/yamlfix

yamlfix: 1.11.0 -> 1.13.0
This commit is contained in:
Fabian Affolter 2023-08-17 10:33:13 +02:00 committed by GitHub
commit 3e3d385b29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "yamlfix";
version = "1.11.0";
version = "1.13.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "lyz-code";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NWlZYpdiJ3SWY0L9IhGhCAUrurWe6mPt+AK64szCQco=";
hash = "sha256-GoCQtanQHYOFrhRvZjzk/cCPnUFwYUAclZuYGZfNg5E=";
};
nativeBuildInputs = [