python3Packages.PyMySQL: 0.10.1 -> 1.0.2

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:23 +01:00
parent d249365eaf
commit e6835f7733
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "PyMySQL"; pname = "PyMySQL";
version = "0.10.1"; version = "1.0.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd"; sha256 = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36";
}; };
propagatedBuildInputs = [ cryptography ]; propagatedBuildInputs = [ cryptography ];