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

python311Packages.pycaption: 2.2.6 -> 2.2.7
This commit is contained in:
Robert Schütz
2024-05-18 17:09:26 +00:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pycaption";
version = "2.2.6";
version = "2.2.7";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pbs";
repo = "pycaption";
rev = "refs/tags/${version}";
hash = "sha256-XN83L6WsRyl9G0ia4uz3SCVcwwUNUyfNMB64RfZh+PA=";
hash = "sha256-0rh8w4zQN5qAIPwnm7FO6VyPxMdutYFflpY+xWdEm3M=";
};
nativeBuildInputs = [