From 64ccc1bdab4d7df0cd87769b6e63121adebc0a65 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 2 Aug 2023 07:51:28 +0000 Subject: [PATCH] python311Packages.unstructured-inference: 0.5.5 -> 0.5.7 --- .../python-modules/unstructured-inference/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/unstructured-inference/default.nix b/pkgs/development/python-modules/unstructured-inference/default.nix index d8bb5e2896d..e03d2a6f454 100644 --- a/pkgs/development/python-modules/unstructured-inference/default.nix +++ b/pkgs/development/python-modules/unstructured-inference/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "unstructured-inference"; - version = "0.5.5"; + version = "0.5.7"; format = "setuptools"; src = fetchFromGitHub { owner = "Unstructured-IO"; repo = "unstructured-inference"; - rev = version; - hash = "sha256-Oma6vPoiA+5czauYFgsU1W6UECDRurYmBTaCSiEILNs="; + rev = "refs/tags/${version}"; + hash = "sha256-xlsihi1ZTNgdnSk3H8rMBRi4AAxPKNFqygcIMtM/jE0="; }; postPatch = ''