python3Packages.pymysql: 1.1.1 -> 1.1.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:00 +01:00
parent 36387b48fe
commit c93977f5ee
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pymysql";
version = "1.1.1";
version = "1.1.2";
pyproject = true;
src = fetchPypi {
pname = "pymysql";
inherit version;
hash = "sha256-4SdhGq8rQXQDxgv03FcBJK60pX9fN7jpWuOZpC+QTNA=";
hash = "sha256-SWHT4WVhSuZQFONhgRpyTiBErT6jc53pkDrnwh9TnwM=";
};
build-system = [ setuptools ];