forked from mirrors/nixpkgs
pythonPackages.sqlalchemy_1_0: 1.0.12 -> 1.0.14
This commit is contained in:
parent
771a0aae49
commit
c6a0d680d8
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue