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

yamlfix: 0.8.0 -> 0.8.2
This commit is contained in:
Ryan Mulligan 2022-03-11 05:57:30 -08:00 committed by GitHub
commit 960a93ff8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "yamlfix";
version = "0.8.0";
version = "0.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "lyz-code";
repo = pname;
rev = version;
sha256 = "sha256-Gkq80YMeiPy7xxLauA/nloW4znMV2tfE+e24HyZgUaQ=";
sha256 = "sha256-YCC4xK1fB5Gyv32JhbSuejtzLNMRnH7iyUpzccVijS0=";
};
propagatedBuildInputs = [