python3Packages.pylxd: 2.3.2 -> 2.3.7

This commit is contained in:
R. Ryantm
2025-12-24 07:30:07 +00:00
parent e54fe91cde
commit a9285f81c8
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pylxd";
version = "2.3.2";
version = "2.3.7";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "canonical";
repo = "pylxd";
tag = version;
hash = "sha256-Q4GMz7HFpJNPYlYgLhE0a7mVCwNpdbw4XVcUGQ2gUJ0=";
hash = "sha256-UbDkau3TLwFxWZxJGNF5hgtGn6JgVq5L2CvUgnb4IC8=";
};
pythonRelaxDeps = [ "urllib3" ];