mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python: behave: 1.2.5 -> 1.2.6
This commit is contained in:
parent
2d74d853dd
commit
006a6db012
@ -5,14 +5,14 @@
|
||||
}:
|
||||
buildPythonApplication rec {
|
||||
pname = "behave";
|
||||
version = "1.2.5";
|
||||
version = "1.2.6";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
disabled = pythonAtLeast "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "81b731ac5187e31e4aad2594944fa914943683a9818320846d037c5ebd6d5d0b";
|
||||
sha256 = "b9662327aa53294c1351b0a9c369093ccec1d21026f050c3bd9b3e5cccf81a86";
|
||||
};
|
||||
|
||||
checkInputs = [ mock nose pyhamcrest ];
|
||||
|
Loading…
Reference in New Issue
Block a user