Skip to content

Commit 2d70147

Browse files
authored
python3Packages.unstructured: 0.18.20 -> 0.18.21 (NixOS#466585)
2 parents 044867d + be8519f commit 2d70147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/unstructured

pkgs/development/python-modules/unstructured/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
grpcio,
117117
}:
118118
let
119-
version = "0.18.20";
119+
version = "0.18.21";
120120
in
121121
buildPythonPackage rec {
122122
pname = "unstructured";
@@ -127,7 +127,7 @@ buildPythonPackage rec {
127127
owner = "Unstructured-IO";
128128
repo = "unstructured";
129129
tag = version;
130-
hash = "sha256-BeoIjFhLu/EM0iAErW3eST5/D+TBuAOZ4lDPTXEqpzc=";
130+
hash = "sha256-7AI23Sa2G1PJ6uvNbgMKuwbwyUvT4qDHoKDLvb2kbCE=";
131131
};
132132

133133
build-system = [ setuptools ];

0 commit comments

Comments
 (0)