python.pkgs.vine: 1.2.0 -> 1.3.0

This commit is contained in:
Robert Schütz 2019-03-31 19:33:51 +02:00
parent 5964eb6944
commit 6b3bd5898a

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "vine";
version = "1.2.0";
version = "1.3.0";
disable = pythonOlder "2.7";
src = fetchPypi {
inherit pname version;
sha256 = "0xjz2sjbr5jrpjk411b7alkghdskhphgsqqrbi7abqfh2pli6j7f";
sha256 = "133ee6d7a9016f177ddeaf191c1f58421a1dcc6ee9a42c58b34bed40e1d2cd87";
};
buildInputs = [ case pytest ];