pymysql: 0.6.3 -> 0.6.6

This commit is contained in:
Rehno Lindeque 2015-08-13 04:02:07 +00:00
parent 2f62815520
commit 4ddb8b18e0
1 changed files with 2 additions and 2 deletions

View File

@ -8038,11 +8038,11 @@ let
pymysql = buildPythonPackage rec {
name = "pymysql-${version}";
version = "0.6.3";
version = "0.6.6";
src = pkgs.fetchgit {
url = https://github.com/PyMySQL/PyMySQL.git;
rev = "refs/tags/pymysql-${version}";
sha256 = "1m9fr2x49s3aixlmccr3w80skl19dya9h3x69wgl6ly1z27iyg24";
sha256 = "12v8bw7pp455zqkwraxk69qycz2ngk18bbz60v72kdbp6kssnqhz";
};
};