We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 044867d + be8519f commit 2d70147Copy full SHA for 2d70147
1 file changed
pkgs/development/python-modules/unstructured/default.nix
@@ -116,7 +116,7 @@
116
grpcio,
117
}:
118
let
119
- version = "0.18.20";
+ version = "0.18.21";
120
in
121
buildPythonPackage rec {
122
pname = "unstructured";
@@ -127,7 +127,7 @@ buildPythonPackage rec {
127
owner = "Unstructured-IO";
128
repo = "unstructured";
129
tag = version;
130
- hash = "sha256-BeoIjFhLu/EM0iAErW3eST5/D+TBuAOZ4lDPTXEqpzc=";
+ hash = "sha256-7AI23Sa2G1PJ6uvNbgMKuwbwyUvT4qDHoKDLvb2kbCE=";
131
};
132
133
build-system = [ setuptools ];
0 commit comments