Unverified Commit 72254f51 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.llguidance: 1.7.0 -> 1.7.2 (#509257)

parents d94575f5 8606854e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,19 +23,19 @@

buildPythonPackage (finalAttrs: {
  pname = "llguidance";
  version = "1.7.0";
  version = "1.7.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "guidance-ai";
    repo = "llguidance";
    tag = "v${finalAttrs.version}";
    hash = "sha256-f9qSnNpLl4KUdv1ZzN68MUytCOjP/+a3ZjocX7DiAlw=";
    hash = "sha256-Eu+hhYCVoZWMdwrjiHyvbGwjYKnbkBETZNMQ+SOb8AU=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) src pname version;
    hash = "sha256-scHxmG5XAbWMR88yyFru0ar2v7Uj/OQP0gpL5wo7Du8=";
    hash = "sha256-oeFm9dPqlJWPnrA7//D31E1W2St+zIRd8pzR6gUhiTg=";
  };

  nativeBuildInputs = [