python312Packages.lmcloud: 1.1.5 -> 1.1.9

This commit is contained in:
R. Ryantm 2024-04-05 13:15:33 +00:00
parent 0d63422753
commit 3606d16f19
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "lmcloud";
version = "1.1.5";
version = "1.1.9";
pyproject = true;
disabled = pythonOlder "3.11";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "lmcloud";
rev = "refs/tags/v${version}";
hash = "sha256-7w/7A66JDMu2Qn0V8GeUuBhDApTN/9SAriEUGJdKVEM=";
hash = "sha256-0+UDSg57E/VvAU9pDZJ4LZYRY5TUlCgdPwVh5Nhohl4=";
};
build-system = [