Loading pkgs/development/python-modules/essentials/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ }: buildPythonPackage rec { pname = "essentials"; version = "1.1.6"; version = "1.1.8"; pyproject = true; src = fetchFromGitHub { owner = "Neoteroi"; repo = "essentials"; tag = "v${version}"; hash = "sha256-wOZ0y6sAPEy2MgcwmM9SjnULe6oWlVuNeC7Zl070CK4="; hash = "sha256-SP5DAVsxxoCyKebRfI6sT4IK2/Z1XiGY7Hx3APtbHs0="; }; build-system = [ hatchling ]; Loading Loading
pkgs/development/python-modules/essentials/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ }: buildPythonPackage rec { pname = "essentials"; version = "1.1.6"; version = "1.1.8"; pyproject = true; src = fetchFromGitHub { owner = "Neoteroi"; repo = "essentials"; tag = "v${version}"; hash = "sha256-wOZ0y6sAPEy2MgcwmM9SjnULe6oWlVuNeC7Zl070CK4="; hash = "sha256-SP5DAVsxxoCyKebRfI6sT4IK2/Z1XiGY7Hx3APtbHs0="; }; build-system = [ hatchling ]; Loading