0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.docx2txt: 0.8 -> 0.9 (#395208)

This commit is contained in:
Pol Dellaiera 2025-04-06 10:17:08 +02:00 committed by GitHub
commit ef83478bf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "docx2txt";
version = "0.8";
version = "0.9";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-LAbZjXz+LTlH5XYKV9kk4/8HdFs3nIc3cjki5wCSNuU=";
hash = "sha256-GAE/YimxSQkCixmqe/T489bkYy17CJqyn38KTR9mDig=";
};
pythonImportsCheck = [ "docx2txt" ];