Loading pkgs/development/python-modules/mizani/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "mizani"; version = "0.8.1"; version = "0.9.0"; format = "pyproject"; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "has2k1"; repo = pname; rev = "v${version}"; hash = "sha256-VE0M5/s8/XmmAe8EE/FcHBFGc9ppVWuYOYMuajQeZww="; rev = "refs/tags/v${version}"; hash = "sha256-XV/Lqr/kGx+t26ALLY7wTp2Ez487yvExM1GUD4AH9Bc="; }; nativeBuildInputs = [ Loading @@ -40,7 +40,7 @@ buildPythonPackage rec { ]; postPatch = '' substituteInPlace pytest.ini \ substituteInPlace pyproject.toml \ --replace " --cov=mizani --cov-report=xml" "" ''; Loading Loading
pkgs/development/python-modules/mizani/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ buildPythonPackage rec { pname = "mizani"; version = "0.8.1"; version = "0.9.0"; format = "pyproject"; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "has2k1"; repo = pname; rev = "v${version}"; hash = "sha256-VE0M5/s8/XmmAe8EE/FcHBFGc9ppVWuYOYMuajQeZww="; rev = "refs/tags/v${version}"; hash = "sha256-XV/Lqr/kGx+t26ALLY7wTp2Ez487yvExM1GUD4AH9Bc="; }; nativeBuildInputs = [ Loading @@ -40,7 +40,7 @@ buildPythonPackage rec { ]; postPatch = '' substituteInPlace pytest.ini \ substituteInPlace pyproject.toml \ --replace " --cov=mizani --cov-report=xml" "" ''; Loading