Unverified Commit a5bd4869 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pycaption: 2.2.18 -> 2.2.19 (#449099)

parents 82154aeb d9f2b71d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pycaption";
  version = "2.2.18";
  version = "2.2.19";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pbs";
    repo = "pycaption";
    tag = version;
    hash = "sha256-7XI7vZiFNIvRD1enXC7SffqGIRMX6lPfcioLPJuszEk=";
    hash = "sha256-fDOE2hYOlQQs2OZ6r7wK6M66zMfHi7/0pgk9MfWb7zg=";
  };

  build-system = [ setuptools ];