python3Packages.essentials: 1.1.6 -> 1.1.8

This commit is contained in:
R. Ryantm
2025-10-09 13:06:43 +00:00
parent 723e1e95a5
commit 3f7bc3fd59

View File

@@ -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 ];