Merge pull request #315429 from r-ryantm/auto-update/python311Packages.pycaption

python311Packages.pycaption: 2.2.7 -> 2.2.10
This commit is contained in:
Robert Schütz 2024-05-28 20:20:36 +00:00 committed by GitHub
commit eab8d5af59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.7";
version = "2.2.10";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
rev = "refs/tags/${version}";
hash = "sha256-0rh8w4zQN5qAIPwnm7FO6VyPxMdutYFflpY+xWdEm3M=";
hash = "sha256-U4ooAKs0vy6jQdUake2R0RKs9lz+DNvS1f3/c2Mck5k=";
};
nativeBuildInputs = [ setuptools ];