python311Packages.lmcloud: 1.1.1 -> 1.1.4

This commit is contained in:
R. Ryantm 2024-03-22 20:08:45 +00:00
parent c902226b79
commit a0a3a2af6b
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "lmcloud";
version = "1.1.1";
version = "1.1.4";
pyproject = true;
disabled = pythonOlder "3.11";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "lmcloud";
rev = "refs/tags/v${version}";
hash = "sha256-n9xm5r8Yed5icw1ADYyggUDwKgV5llkoBeiauuw1z/o=";
hash = "sha256-uiyZGFfSJrTjw0CvHrCor4Ef5hdkMbEHGHQH3+NxYWE=";
};
build-system = [