Loading pkgs/development/python-modules/portion/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,24 +2,24 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, hatchling, sortedcontainers, pytestCheckHook, }: buildPythonPackage rec { pname = "portion"; version = "2.6.0"; version = "2.6.1"; pyproject = true; src = fetchFromGitHub { owner = "AlexandreDecan"; repo = "portion"; tag = version; hash = "sha256-TBCnlkGZZ/3tWEojxDGNYcXtYHhrooJkaWBsRkadXEE="; hash = "sha256-K4mZn8Fm96ZBBdLTMfM9f1GKDdIrRwDRzk6ObaXSFG4="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ sortedcontainers ]; Loading Loading
pkgs/development/python-modules/portion/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,24 +2,24 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, hatchling, sortedcontainers, pytestCheckHook, }: buildPythonPackage rec { pname = "portion"; version = "2.6.0"; version = "2.6.1"; pyproject = true; src = fetchFromGitHub { owner = "AlexandreDecan"; repo = "portion"; tag = version; hash = "sha256-TBCnlkGZZ/3tWEojxDGNYcXtYHhrooJkaWBsRkadXEE="; hash = "sha256-K4mZn8Fm96ZBBdLTMfM9f1GKDdIrRwDRzk6ObaXSFG4="; }; build-system = [ setuptools ]; build-system = [ hatchling ]; dependencies = [ sortedcontainers ]; Loading