Skip to content

Commit 75e6ca3

Browse files
authored
python312Packages.unstructured-inference: 0.7.37 -> 0.8.1 (NixOS#372203)
2 parents efccd45 + 2a67ea4 commit 75e6ca3

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/unstructured-inference

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
buildPythonPackage rec {
2525
pname = "unstructured-inference";
26-
version = "0.7.37";
26+
version = "0.8.1";
2727
format = "setuptools";
2828

2929
src = fetchFromGitHub {
3030
owner = "Unstructured-IO";
3131
repo = "unstructured-inference";
3232
tag = version;
33-
hash = "sha256-2k7gFlBUevVnz2A5pvUE4eIGmXwEr5s4F8BbX6j5lzc=";
33+
hash = "sha256-U4mB3A0a1el7lmzsqTzjDBxp6lA4RpsceUt0OVGYVG4=";
3434
};
3535

3636
propagatedBuildInputs =

0 commit comments

Comments
 (0)