Merge pull request #57688 from dotlambda/pyyaml-5.1

python.pkgs.pyyaml: 3.13 -> 5.1
This commit is contained in:
Robert Schütz
2019-04-10 10:53:14 +02:00
committed by GitHub
11 changed files with 109 additions and 67 deletions
@@ -37,6 +37,13 @@ let newPython = python3.override {
sha256 = "c0abe3218b86533cca287e7057a37481883c07acef7814b70583406938214cc8";
};
});
pyyaml = super.pyyaml.overridePythonAttrs (oldAttrs: rec {
version = "3.13";
src = oldAttrs.src.override {
inherit version;
sha256 = "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf";
};
});
};
};