python312Packages.pycaption: 2.2.11 -> 2.2.12

Diff: https://github.com/pbs/pycaption/compare/refs/tags/2.2.11...2.2.12

Changelog: https://github.com/pbs/pycaption/blob/2.2.12/docs/changelog.rst
This commit is contained in:
Robert Schütz 2024-08-29 13:07:58 -07:00
parent b4f7fb7143
commit 5f5e0589c8

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.11";
version = "2.2.12";
disabled = pythonOlder "3.8";
@ -24,18 +24,18 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
rev = "refs/tags/${version}";
hash = "sha256-ae3aldx/8nRnqut7py2KmqETQuAUt2wpDwFA/30UiGg=";
hash = "sha256-vdSoqNWEubK0np14EiI/hRbrEx0722qg6Ggcpmhz8FM=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
beautifulsoup4
lxml
cssutils
];
passthru.optional-dependencies = {
optional-dependencies = {
transcript = [ nltk ];
};