Merge pull request #165803 from LibreCybernetics/staging-next-behave

authored by

Sandro and committed by
GitHub
5d50d003 811b90f0

+2 -2
+2 -2
pkgs/development/python-modules/behave/default.nix
··· 7 7 8 8 buildPythonApplication rec { 9 9 pname = "behave"; 10 - version = "1.2.7.dev1"; 10 + version = "1.2.7.dev2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "behave"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "1ssgixmqlg8sxsyalr83a1970njc2wg3zl8idsmxnsljwacv7qwv"; 16 + hash = "sha256-B8PUN1Q4UAsDWrHjPZDlpaPjCKjI/pAogCSI+BQnaWs="; 17 17 }; 18 18 19 19 checkInputs = [ pytestCheckHook mock pathpy pyhamcrest pytest-html ];