python37Packages.mysql-connector: 8.0.15 -> 8.0.16

This commit is contained in:
Michael Weiss 2019-04-25 21:24:07 +02:00
parent 2f13bbe3d5
commit 5b1499e47e
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "mysql-connector";
version = "8.0.15";
version = "8.0.16";
src = fetchFromGitHub {
owner = "mysql";
repo = "mysql-connector-python";
rev = version;
sha256 = "1w4j2sf07aid3453529z8kg1ziycbayxi3g2r4wqn0nb3y1caqz6";
sha256 = "0yl3fkyws24lc2qrbvn42bqy72aqy8q5v8f0j5zy3mkh9a7wlxdp";
};
propagatedBuildInputs = [ protobuf ];