pythonPackages.sqlalchemy_1_0: 1.0.12 -> 1.0.14

This commit is contained in:
Lancelot SIX 2016-07-28 10:06:07 +02:00
parent 771a0aae49
commit c6a0d680d8
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -22309,11 +22309,11 @@ in modules // {
sqlalchemy_1_0 = buildPythonPackage rec {
name = "SQLAlchemy-${version}";
version = "1.0.12";
version = "1.0.14";
src = pkgs.fetchurl {
url = "mirror://pypi/S/SQLAlchemy/${name}.tar.gz";
sha256 = "1l8qclhd0s90w3pvwhi5mjxdwr5j7gw7cjka2fx6f2vqmq7f4yb6";
sha256 = "1cq52yyplvi1wrvrzn779l9sfsjb158a18xaqbn7z779q4wilkfs";
};
buildInputs = with self; [ nose mock ]