Merge pull request #195124 from r-ryantm/auto-update/python310Packages.strictyaml

python310Packages.strictyaml: 1.6.1 -> 1.6.2
This commit is contained in:
Mario Rodas 2022-10-08 15:01:08 -05:00 committed by GitHub
commit c5924154f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "1.6.1";
version = "1.6.2";
pname = "strictyaml";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "688be16ee5d1a2f94aa4abdc6d881e8e254d173d724ac88725955fe66bdb63d4";
sha256 = "sha256-cM1VmA/ikp3AOJJMoI9o+WFIIjqHd4EPphbjR46+cco=";
};
postPatch = ''