Commit adc0a50a authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.pycaption: 2.2.6 -> 2.2.7

parent 8a330169
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.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 = [