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 ac8941d commit 2a67ea4Copy full SHA for 2a67ea4
pkgs/development/python-modules/unstructured-inference/default.nix
@@ -23,14 +23,14 @@
23
24
buildPythonPackage rec {
25
pname = "unstructured-inference";
26
- version = "0.7.37";
+ version = "0.8.1";
27
format = "setuptools";
28
29
src = fetchFromGitHub {
30
owner = "Unstructured-IO";
31
repo = "unstructured-inference";
32
tag = version;
33
- hash = "sha256-2k7gFlBUevVnz2A5pvUE4eIGmXwEr5s4F8BbX6j5lzc=";
+ hash = "sha256-U4mB3A0a1el7lmzsqTzjDBxp6lA4RpsceUt0OVGYVG4=";
34
};
35
36
propagatedBuildInputs =
0 commit comments