python3Packages.lmcloud: 0.4.35 -> 1.0.0

https://github.com/zweckj/lmcloud/releases/tag/v1.0.0
This commit is contained in:
Martin Weinelt 2024-03-08 02:40:53 +01:00
parent c3f8f30ba6
commit 4c5553b66d

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "lmcloud";
version = "0.4.35";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "lmcloud";
rev = "refs/tags/v${version}";
hash = "sha256-TUve21yamtEmEceK/V1w7IZjnMgKConMfSY/GlqFpp8=";
hash = "sha256-Eu4vStCabPCLsrT7Z+iCaUN3cKowH1dJjDO5x++LFNM=";
};
nativeBuildInputs = [