python3Packages.linuxpy: 0.21.0 -> 0.23.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:27 +01:00
parent 0f4c05707b
commit 3fac0c3660
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "linuxpy";
version = "0.21.0";
version = "0.23.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-13TWyTM1FvyAPNUQ4o3yTQHh7ezxysVMiEl+eLDkHGo=";
sha256 = "sha256-q3gPUJL8M1krSjcPZokmMNxE+g1WLWFJYP4g6Q5/APc=";
};
pythonImportsCheck = [ "linuxpy" ];