mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
python3Packages.vine: 1.3.0 -> 5.0.0
This commit is contained in:
parent
a692a2a296
commit
707b85e5d9
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "vine";
|
||||
version = "1.3.0";
|
||||
version = "5.0.0";
|
||||
|
||||
disable = pythonOlder "2.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "133ee6d7a9016f177ddeaf191c1f58421a1dcc6ee9a42c58b34bed40e1d2cd87";
|
||||
sha256 = "7d3b1624a953da82ef63462013bbd271d3eb75751489f9807598e8f340bd637e";
|
||||
};
|
||||
|
||||
buildInputs = [ case pytest ];
|
||||
|
|
Loading…
Reference in a new issue