python3Packages.essentials: 1.1.6 -> 1.1.8 (#450279)

This commit is contained in:
Nick Cao
2025-10-09 22:14:14 +00:00
committed by GitHub
@@ -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 ];