Unverified Commit 4faf707a authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #263217 from symphorien/pdfarranger-update_2

pdfarranger: 1.10.0 -> 1.10.1
parents 16920f9f 455ee2f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

python3Packages.buildPythonApplication rec {
  pname = "pdfarranger";
  version = "1.10.0";
  version = "1.10.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-tNLy3HeHh8nBtmfJS5XhKX+KhIBnuUV2C8LwQl3mQLU=";
    hash = "sha256-l//DeaIqUl6FdGFxM8yTKcTjVNvYMllorcoXoK33Iy4=";
  };

  nativeBuildInputs = [