python310Packages.pylxd: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2022-02-11 05:45:37 +00:00 committed by Jonathan Ringer
parent bccb7f8ce0
commit e98d9ca0e3

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "pylxd";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "lxc";
repo = "pylxd";
rev = version;
sha256 = "144frnlsb21mglgyisms790hyrdfx1l91lcd7incch4m4a1cbpp6";
sha256 = "sha256-eDRCJYjmBndMnSNuS6HD/2p/KhzqJq2qPAzMk7kC5UM=";
};
propagatedBuildInputs = [