Unverified Commit 333add93 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

python3Packages.subliminal: 2.3.2 -> 2.4.0 (#445436)

parents cedf7187 366f6840
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@

buildPythonPackage rec {
  pname = "subliminal";
  version = "2.3.2";
  version = "2.4.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -50,7 +50,7 @@ buildPythonPackage rec {
    owner = "Diaoul";
    repo = "subliminal";
    tag = version;
    hash = "sha256-eAXzD6diep28wCZjWLOZpOX1bnakEldhs2LX5CPu5OI=";
    hash = "sha256-QRxaLJAtI7Xe+3Llp3fJP12KblDJ8+MGNsmKT4t2O0k=";
  };

  build-system = [