python: behave: 1.2.5 -> 1.2.6

This commit is contained in:
Frederik Rietdijk 2018-02-26 10:55:13 +01:00
parent 2d74d853dd
commit 006a6db012

View File

@ -5,14 +5,14 @@
}: }:
buildPythonApplication rec { buildPythonApplication rec {
pname = "behave"; pname = "behave";
version = "1.2.5"; version = "1.2.6";
name = "${pname}-${version}"; name = "${pname}-${version}";
disabled = pythonAtLeast "3.6"; disabled = pythonAtLeast "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "81b731ac5187e31e4aad2594944fa914943683a9818320846d037c5ebd6d5d0b"; sha256 = "b9662327aa53294c1351b0a9c369093ccec1d21026f050c3bd9b3e5cccf81a86";
}; };
checkInputs = [ mock nose pyhamcrest ]; checkInputs = [ mock nose pyhamcrest ];