python312Packages.ollama: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2024-07-30 04:11:35 +00:00
parent 7fee7ae70f
commit e1e42959e0
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "ollama";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ollama";
repo = "ollama-python";
rev = "refs/tags/v${version}";
hash = "sha256-+qgWkfrsWeEpU3hiH0KFQSVvF6e7tzMEzXjJJGUSyOU=";
hash = "sha256-uz2mUcFFVeJ+85DElJ3kcxpke3DZjXl91FJ+6tYGj9c=";
};
postPatch = ''