mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.unstructured: 0.18.28 -> 0.18.31 (#528482)
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
grpcio,
|
grpcio,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.18.28";
|
version = "0.18.31";
|
||||||
in
|
in
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "unstructured";
|
pname = "unstructured";
|
||||||
@@ -128,7 +128,7 @@ buildPythonPackage rec {
|
|||||||
owner = "Unstructured-IO";
|
owner = "Unstructured-IO";
|
||||||
repo = "unstructured";
|
repo = "unstructured";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-zs7T52SkC9PDnx0O/XChHMfnRnPwbbOz8/8ea3jyjNA=";
|
hash = "sha256-2RGwuCVnoKkqYFVzW7nWuaB9B4IguKSfLO7u1qqAALk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user