forked from mirrors/nixpkgs
python.pkgs.vine: 1.2.0 -> 1.3.0
This commit is contained in:
parent
5964eb6944
commit
6b3bd5898a
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue