python312Packages.lmcloud: 1.1.4 -> 1.1.5

Diff: https://github.com/zweckj/lmcloud/compare/refs/tags/v1.1.4...v1.1.5

Changelog: https://github.com/zweckj/lmcloud/releases/tag/v1.1.5
This commit is contained in:
Fabian Affolter 2024-03-24 09:08:03 +01:00
parent a54d545826
commit dc2e44e8ed
1 changed files with 2 additions and 2 deletions

View File

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