python37Packages.vine: 1.1.4 -> 1.2.0 (#54065)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-vine/versions
This commit is contained in:
R. RyanTM 2019-01-16 08:11:58 -08:00 committed by Robert Schütz
parent 5847c734f6
commit 7d6f7ec569

View File

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