python310Packages.mariadb: 1.0.11 -> 1.1.4

This commit is contained in:
R. Ryantm 2022-08-10 23:16:51 +00:00
parent ce92261bcb
commit b382332524

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "mariadb";
version = "1.0.11";
version = "1.1.4";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-dpFsiSvJNsWw824loUEfZRp7fOl4mSrjqN5+KD79rL8=";
hash = "sha256-c6CsvSrOOB7BvPxhztenmlGeZsAsJOEq5tJ7qgNxeHY=";
extension = "zip";
};