python312Packages.outlines: 0.0.37 -> 0.0.38

This commit is contained in:
R. Ryantm 2024-04-15 14:30:52 +00:00
parent 26594c44f5
commit a7bdebe6da
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 = [