Unverified Commit 803c3fec authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pdftitle: 0.14 -> 0.15 (#350220)

parents 1f9d2cf6 1d572416
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "pdftitle";
  version = "0.14";
  version = "0.15";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "metebalci";
    repo = "pdftitle";
    rev = "v${version}";
    hash = "sha256-7tIvvRlaKRC3/eRUS8F3d3qiJnCU0Z14Pj9E4v0X4+o=";
    hash = "sha256-IEctzvNHlGYUMl3jfTVNinmfMviVQ9q15OZtRN1mhZc=";
  };

  build-system = with python3Packages; [