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 7d7f86a commit ec734bdCopy full SHA for ec734bd
pkgs/development/python-modules/unstructured-inference/default.nix
@@ -23,14 +23,14 @@
23
24
buildPythonPackage rec {
25
pname = "unstructured-inference";
26
- version = "0.8.7";
+ version = "0.8.9";
27
format = "setuptools";
28
29
src = fetchFromGitHub {
30
owner = "Unstructured-IO";
31
repo = "unstructured-inference";
32
tag = version;
33
- hash = "sha256-uH7LDezHZrD1zeWMDzrZZALGf0oocIVZl68MactBFGQ=";
+ hash = "sha256-4wfZFu0551jbpeSYq6RHrDpThm+B2tygVwLlggPkbog=";
34
};
35
36
propagatedBuildInputs =
0 commit comments