Loading pkgs/development/python-modules/habanero/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "habanero"; version = "2.2.0"; version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "sckott"; repo = "habanero"; tag = "v${version}"; hash = "sha256-tEsuCOuRXJleiv02VGLVSg0ykh3Yu77uZzE6vhf5PaQ="; hash = "sha256-XI+UOm3xONBNVSlywfBhnsCA9RdpEwDQ4oQixn4UBKk="; }; build-system = [ hatchling ]; Loading Loading
pkgs/development/python-modules/habanero/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "habanero"; version = "2.2.0"; version = "2.3.0"; pyproject = true; src = fetchFromGitHub { owner = "sckott"; repo = "habanero"; tag = "v${version}"; hash = "sha256-tEsuCOuRXJleiv02VGLVSg0ykh3Yu77uZzE6vhf5PaQ="; hash = "sha256-XI+UOm3xONBNVSlywfBhnsCA9RdpEwDQ4oQixn4UBKk="; }; build-system = [ hatchling ]; Loading