Unverified Commit 44f8524c authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

python31{1,2}Packages.pysubs2: 1.7.3 -> 1.8.0 (#367935)

parents 34ecfa1c ac3cdad5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

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

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

  nativeBuildInputs = [ setuptools ];