python3Packages.einx: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm
2026-04-08 11:52:31 +00:00
parent 717151106d
commit 54c0055c7f
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "einx";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "fferflo";
repo = "einx";
rev = "v${version}";
hash = "sha256-dOwAcTs7e1BuqUFfqJGKsJhD8mxHTuctkgMH8H0gakA=";
hash = "sha256-xYnlIN+O2s0tTBpqiGiiA6p6QpF5olPFbYaiLPT8B1s=";
};
build-system = [