about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-11-12 07:00:40 +0100
committerYt <happysalada@tuta.io>2023-11-13 06:33:42 +0000
commitc392ad5963a5384b9136f61a8d078b4e59ae8377 (patch)
treeab627cf07c0a16d3489b49ddc3ced156b135efb0 /pkgs/development
parent39e7a9525a1248edf27e720221b3b287441939f2 (diff)
python311Packages.unstructured-inference: 0.7.5 -> 0.7.11
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/unstructured-inference/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/unstructured-inference/default.nix b/pkgs/development/python-modules/unstructured-inference/default.nix
index ee2557aeffa4d..549c0b6dd0f20 100644
--- a/pkgs/development/python-modules/unstructured-inference/default.nix
+++ b/pkgs/development/python-modules/unstructured-inference/default.nix
@@ -22,14 +22,14 @@
 
 buildPythonPackage rec {
   pname = "unstructured-inference";
-  version = "0.7.5";
+  version = "0.7.11";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "Unstructured-IO";
     repo = "unstructured-inference";
     rev = "refs/tags/${version}";
-    hash = "sha256-PorNIga1NgKgxkTfa5uBbVJbYoETuDrskDr2jSGwyYE=";
+    hash = "sha256-cUd1umD61xHPehutBh5pUWTLyOdn3vbgerRQmsOpuDM=";
   };
 
   postPatch = ''