Unverified Commit fba43910 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pyyaml: 6.0.2 -> 6.0.3 (#446308)

parents 28b7ac23 5c81ed24
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "pyyaml";
  version = "6.0.2";
  version = "6.0.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "yaml";
    repo = "pyyaml";
    tag = version;
    hash = "sha256-IQoZd9Lp0ZHLAQN3PFwMsZVTsIVJyIaT9D6fpkzA8IA=";
    hash = "sha256-jUooIBp80cLxvdU/zLF0X8Yjrf0Yp9peYeiFjuV8AHA=";
  };

  build-system = [