pythonPackages.behave: 1.2.7.dev1 → 1.2.7.dev2
This commit is contained in:
parent
880c50a133
commit
e00d1b9dd5
@ -7,13 +7,13 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "behave";
|
||||
version = "1.2.7.dev1";
|
||||
version = "1.2.7.dev2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "behave";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1ssgixmqlg8sxsyalr83a1970njc2wg3zl8idsmxnsljwacv7qwv";
|
||||
hash = "sha256-B8PUN1Q4UAsDWrHjPZDlpaPjCKjI/pAogCSI+BQnaWs=";
|
||||
};
|
||||
|
||||
checkInputs = [ pytestCheckHook mock pathpy pyhamcrest pytest-html ];
|
||||
|
Loading…
Reference in New Issue
Block a user