Skip to content

Commit

Permalink
pythonPackages.sqlalchemy: 1.2.7 -> 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jun 18, 2018
1 parent fce6404 commit 2c7b0cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/sqlalchemy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "SQLAlchemy";
name = "${pname}-${version}";
version = "1.2.7";
version = "1.2.8";

src = fetchPypi {
inherit pname version;
sha256 = "d6cda03b0187d6ed796ff70e87c9a7dce2c2c9650a7bc3c022cd331416853c31";
sha256 = "2d5f08f714a886a1382c18be501e614bce50d362384dc089474019ce0768151c";
};

checkInputs = [
Expand All @@ -34,4 +34,4 @@ buildPythonPackage rec {
description = "A Python SQL toolkit and Object Relational Mapper";
license = licenses.mit;
};
}
}

0 comments on commit 2c7b0cb

Please sign in to comment.