Loading pkgs/development/python-modules/lxmf/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -2,23 +2,20 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, rns, setuptools, }: buildPythonPackage rec { pname = "lxmf"; version = "0.9.2"; version = "0.9.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "markqvist"; repo = "lxmf"; tag = version; hash = "sha256-9xmg0ofp/0Cy8+et80qWNFIRyiF3vTmdzACLIO+t27U="; hash = "sha256-bPRoKJGMy+JAyhKcRXKR3Jra5K1UAjRMg0lMt2lOvzA="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/lxmf/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -2,23 +2,20 @@ lib, buildPythonPackage, fetchFromGitHub, pythonOlder, rns, setuptools, }: buildPythonPackage rec { pname = "lxmf"; version = "0.9.2"; version = "0.9.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "markqvist"; repo = "lxmf"; tag = version; hash = "sha256-9xmg0ofp/0Cy8+et80qWNFIRyiF3vTmdzACLIO+t27U="; hash = "sha256-bPRoKJGMy+JAyhKcRXKR3Jra5K1UAjRMg0lMt2lOvzA="; }; build-system = [ setuptools ]; Loading