mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
python311Packages.unstructured-api-tools: 0.10.10 -> 0.10.11
This commit is contained in:
parent
f0513d3c4d
commit
e18671d41f
@ -28,7 +28,7 @@
|
||||
, pytest-mock
|
||||
}:
|
||||
let
|
||||
version = "0.10.10";
|
||||
version = "0.10.11";
|
||||
in
|
||||
buildPythonPackage {
|
||||
pname = "unstructured-api-tools";
|
||||
@ -40,8 +40,8 @@ buildPythonPackage {
|
||||
src = fetchFromGitHub {
|
||||
owner = "Unstructured-IO";
|
||||
repo = "unstructured-api-tools";
|
||||
rev = version;
|
||||
hash = "sha256-CJ5bsII24hw03JN4+8VywYRYCsnMlYHjmaIIn0zttIs=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-t1fK40ayR2bxc1iMIwvn/OHuyVlR98Gq+NpIhOmaP+4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user