python3Packages.pycaption: 2.2.20 -> 2.2.21 (#512972)

This commit is contained in:
dotlambda
2026-04-24 03:06:30 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.20";
version = "2.2.21";
pyproject = true;
src = fetchFromGitHub {
owner = "pbs";
repo = "pycaption";
tag = version;
hash = "sha256-SDUTQ2oYLstFHw0rO9I3jeKIfEoAU7we66Uj4+vTXyE=";
hash = "sha256-kcxsbxqupXzW1VIxIxEjorp4m936d93iAtyfCei30Lg=";
};
build-system = [ setuptools ];