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:
commit
ef83478bf5
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue