Unverified Commit 333c0006 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.lmcloud: 1.2.1 -> .1.2.2 (#339360)

parents de80a4e6 b253c30c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "lmcloud";
  version = "1.2.1";
  version = ".1.2.2";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "zweckj";
    repo = "lmcloud";
    rev = "refs/tags/v${version}";
    hash = "sha256-dkYfcXU6RbnGcJpKdsNw05PgxGNdsZ1wNzq8uDvS0rU=";
    hash = "sha256-uYd52T9dAvFP6in1fHiCXFVUdbRXDE7crjfelbasW4Q=";
  };

  build-system = [ setuptools ];