python312Packages.pycaption: 2.2.12 -> 2.2.14

This commit is contained in:
R. Ryantm 2024-09-28 03:29:07 +00:00
parent efabdd83aa
commit 705b5e5a2d

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.12";
version = "2.2.14";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
rev = "refs/tags/${version}";
hash = "sha256-vdSoqNWEubK0np14EiI/hRbrEx0722qg6Ggcpmhz8FM=";
hash = "sha256-9COO8cJRxXiWWceh3XtasSMBq7E5Py0p+1b3sWMaMWE=";
};
build-system = [ setuptools ];