python312Packages.outlines: 0.0.45 -> 0.0.46

This commit is contained in:
R. Ryantm
2024-08-03 03:51:59 +00:00
parent adb3cee87d
commit 373e23053a

View File

@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "outlines";
version = "0.0.45";
version = "0.0.46";
pyproject = true;
src = fetchFromGitHub {
owner = "outlines-dev";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-VJ/q3NBNatBv3gsV637sciiOHdDJRnMlcisu5GRmWM0=";
hash = "sha256-6VH9BcMRVRf2xvLcK3GNA1pGgAOs95UOlFQ6KxHXwKo=";
};
nativeBuildInputs = [