python.pkgs: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-07-28 16:49:08 +02:00
parent 1e605e654f
commit ac1ea28a50
18 changed files with 36 additions and 36 deletions

View File

@@ -6,11 +6,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "alembic";
version = "0.9.2";
version = "0.9.3";
src = fetchPypi {
inherit pname version;
sha256 = "0iw6wysm83hycvrycymf9b4mkji47536kl3x7grynfcbyjcvbdm2";
sha256 = "57f2ede554c0b18f1cf811cfbb3b02c586a5422df94922e3821883ba0b8c616c";
};
buildInputs = [ pytest pytestcov mock coverage ];