python312Packages.pycaption: 2.2.15 -> 2.2.16 (#374733)

This commit is contained in:
Nick Cao
2025-01-18 10:11:59 -05:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.15";
version = "2.2.16";
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
tag = version;
hash = "sha256-07Llsp2Cvvo9WueeTBJnAos3uynhYL0gT5U21EI9dHY=";
hash = "sha256-w617mOxvL1alj7jauH4TVsYO0wxMHIFjevdhb4+542s=";
};
build-system = [ setuptools ];