Merge pull request #13817 from lancelotsix/update_sqlalchemy

pythonPackages.sqalchemy: 1.0.10 -> 1.0.12
This commit is contained in:
Luca Bruno 2016-03-11 10:50:15 +01:00
commit 2ae4c3baca

View File

@ -20292,11 +20292,11 @@ in modules // {
sqlalchemy = buildPythonPackage rec {
name = "SQLAlchemy-${version}";
version = "1.0.10";
version = "1.0.12";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/${name}.tar.gz";
sha256 = "963415bf4ea4fa13698893464bc6917d291331e0e8202dddd0ebfed2864ef7e3";
sha256 = "1l8qclhd0s90w3pvwhi5mjxdwr5j7gw7cjka2fx6f2vqmq7f4yb6";
};
buildInputs = with self; [ nose mock ]