python3Packages.linuxpy: 0.21.0 -> 0.23.0
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user