We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a993849 commit 6270410Copy full SHA for 6270410
pkgs/development/python-modules/unstructured-inference/default.nix
@@ -23,14 +23,14 @@
23
24
buildPythonPackage rec {
25
pname = "unstructured-inference";
26
- version = "0.8.1";
+ version = "0.8.5";
27
format = "setuptools";
28
29
src = fetchFromGitHub {
30
owner = "Unstructured-IO";
31
repo = "unstructured-inference";
32
tag = version;
33
- hash = "sha256-U4mB3A0a1el7lmzsqTzjDBxp6lA4RpsceUt0OVGYVG4=";
+ hash = "sha256-v5gYs6gXSDaGu7ygb4lCcg3kI96PHN6aPSYBMVVYtQk=";
34
};
35
36
propagatedBuildInputs =
0 commit comments