Commit a7c7290b authored by André Breda's avatar André Breda Committed by Doron Behar
Browse files

python31{1,2}Packages.pysubs2: 1.6.1 -> 1.7.3

parent aed0db11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pysubs2";
  version = "1.6.1";
  version = "1.7.3";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "tkarabela";
    repo = pname;
    rev = version;
    hash = "sha256-0bW9aB6ERRQK3psqeU0Siyi/8drEGisAp8UtTfOKlp0=";
    hash = "sha256-PrpN+w/gCi7S9OmD6kbbvL9VlZEfy1DbehFTwjxsibA=";
  };

  nativeBuildInputs = [ setuptools ];