mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
python3Packages.guidance: 0.1.11 -> 0.1.16
https://github.com/guidance-ai/guidance/releases/tag/0.1.16
This commit is contained in:
parent
457f046156
commit
8569013124
@ -26,7 +26,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "guidance";
|
||||
version = "0.1.11";
|
||||
version = "0.1.16";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
owner = "guidance-ai";
|
||||
repo = "guidance";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-dvIJeSur3DdNBhrEPNPghxqmDEEig59Iz83LWksim6U=";
|
||||
hash = "sha256-dPakdT97cuLv4OwdaUFncopD5X6uXGyUjwzqn9fxnhU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pybind11 ];
|
||||
|
Loading…
Reference in New Issue
Block a user