Add pymysql v 0.6.3
This commit is contained in:
parent
f448cff884
commit
d6247c98c3
@ -5637,6 +5637,15 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
pymysql = buildPythonPackage rec {
|
||||||
|
name = "pymysql-${version}";
|
||||||
|
version = "0.6.3";
|
||||||
|
src = pkgs.fetchgit {
|
||||||
|
url = https://github.com/PyMySQL/PyMySQL.git;
|
||||||
|
rev = "refs/tags/pymysql-${version}";
|
||||||
|
sha256 = "1m9fr2x49s3aixlmccr3w80skl19dya9h3x69wgl6ly1z27iyg24";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
MySQL_python = buildPythonPackage {
|
MySQL_python = buildPythonPackage {
|
||||||
name = "MySQL-python-1.2.3";
|
name = "MySQL-python-1.2.3";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user