Unverified Commit e7abae2d authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

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

python312Packages.pycaption: 2.2.5 -> 2.2.6
parents cabe22bd 8f19bcc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [