Commit 6f88c4e5 authored by Yiyu Zhou's avatar Yiyu Zhou
Browse files

ruamel-yaml: 0.18.14 -> 0.18.16

parent 4383842c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildPythonPackage rec {
  pname = "ruamel-yaml";
  version = "0.18.14";
  version = "0.18.16";
  pyproject = true;

  src = fetchPypi {
    pname = "ruamel.yaml";
    inherit version;
    hash = "sha256-cie3aq7DZN8Vk2cw7799crMMC3mx1Xi7uOPcstgfUrc=";
    hash = "sha256-puWHUS88mYsiJdaKofNREcKfrRSu1WGibnP6tynsXlo=";
  };

  nativeBuildInputs = [ setuptools ];