python3Packages.pycaption: 2.2.21 -> 2.2.22

This commit is contained in:
R. Ryantm
2026-05-11 08:26:21 +00:00
parent 9d8e096346
commit 04b01767f8
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.21";
version = "2.2.22";
pyproject = true;
src = fetchFromGitHub {
owner = "pbs";
repo = "pycaption";
tag = version;
hash = "sha256-kcxsbxqupXzW1VIxIxEjorp4m936d93iAtyfCei30Lg=";
hash = "sha256-EHw4Ev5AyFvinZtN0NZPl+Egs6KQ9/OzDHZf+mhqztc=";
};
build-system = [ setuptools ];