python3Packages.pycaption: 2.2.22 -> 2.2.23 (#534073)
This commit is contained in:
@@ -11,16 +11,16 @@
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "pycaption";
|
||||
version = "2.2.22";
|
||||
version = "2.2.23";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pbs";
|
||||
repo = "pycaption";
|
||||
tag = version;
|
||||
hash = "sha256-EHw4Ev5AyFvinZtN0NZPl+Egs6KQ9/OzDHZf+mhqztc=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-7U2TgjEgRYiDW0xkTRm4eyU3yHBqnfLqEw7/ZgdGJsI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -41,10 +41,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/pbs/pycaption/blob/${src.tag}/docs/changelog.rst";
|
||||
changelog = "https://github.com/pbs/pycaption/blob/${finalAttrs.src.tag}/docs/changelog.rst";
|
||||
description = "Closed caption converter";
|
||||
homepage = "https://github.com/pbs/pycaption";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user