Merge pull request #168479 from r-ryantm/auto-update/python3.10-mariadb

python310Packages.mariadb: 1.0.10 -> 1.0.11
This commit is contained in:
Mario Rodas 2022-04-14 06:36:06 -05:00 committed by GitHub
commit c6946bbbdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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