Merge pull request #304295 from r-ryantm/auto-update/python312Packages.outlines

python312Packages.outlines: 0.0.37 -> 0.0.38
This commit is contained in:
Matthias Beyer 2024-04-17 17:17:39 +02:00 committed by GitHub
commit 682622d356
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "outlines";
version = "0.0.37";
version = "0.0.38";
pyproject = true;
src = fetchFromGitHub {
owner = "outlines-dev";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AnTK2YFdVgppYQ5C0/kMQRLopDkuGS2n0ZZEbltcPR4=";
hash = "sha256-kOd2J6PV2idWaltkGUVNXfB+1dNU1f8vbnHQ5i1WxG8=";
};
nativeBuildInputs = [