python3Packages.pycaption: 2.2.18 -> 2.2.19 (#449099)

This commit is contained in:
dotlambda
2025-10-06 12:27:29 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.18";
version = "2.2.19";
pyproject = true;
src = fetchFromGitHub {
owner = "pbs";
repo = "pycaption";
tag = version;
hash = "sha256-7XI7vZiFNIvRD1enXC7SffqGIRMX6lPfcioLPJuszEk=";
hash = "sha256-fDOE2hYOlQQs2OZ6r7wK6M66zMfHi7/0pgk9MfWb7zg=";
};
build-system = [ setuptools ];