python.pkgs.pyyaml: 3.12 -> 3.13 (#43961)

This commit is contained in:
Robert Schütz 2018-07-22 11:50:51 +02:00 committed by GitHub
parent ace66a7aeb
commit 3a0c4a8bf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "PyYAML";
version = "3.12";
version = "3.13";
src = fetchPypi {
inherit pname version;
sha256 = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab";
sha256 = "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf";
};
propagatedBuildInputs = [ libyaml ];