python3Packages.iplotx: 0.3.1 -> 0.4.0 (#424343)

This commit is contained in:
Aleksana
2025-07-25 11:01:07 +08:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "iplotx";
version = "0.3.1";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fabilab";
repo = "iplotx";
tag = version;
hash = "sha256-3Nn/sz1yUaxhGFr0hMGoLEBF5pNs+tz/KpsGtKkYujo=";
hash = "sha256-5piMXKr61F3euiCOlamZD7Iv6FQtrlbxwYYbZmD92Cg=";
};
build-system = [ hatchling ];