Merge pull request #302870 from r-ryantm/auto-update/python312Packages.pycaption

python312Packages.pycaption: 2.2.5 -> 2.2.6
This commit is contained in:
Robert Schütz 2024-04-09 17:25:12 +00:00 committed by GitHub
commit e7abae2dda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.5";
version = "2.2.6";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
rev = "refs/tags/${version}";
hash = "sha256-zI5zRjvtsVgiIgWsQQgBQHhbYSGRBB6RLYgpbZWJQHs=";
hash = "sha256-XN83L6WsRyl9G0ia4uz3SCVcwwUNUyfNMB64RfZh+PA=";
};
nativeBuildInputs = [