Merge pull request #298159 from r-ryantm/auto-update/python311Packages.lmcloud

python311Packages.lmcloud: 1.1.1 -> 1.1.4
This commit is contained in:
Nick Cao 2024-03-22 20:34:51 -04:00 committed by GitHub
commit 1462b63baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [