Unverified Commit d8e953a1 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

pdfarranger: 1.11.0 -> 1.11.1 (#348470)

parents 7e9f7ce4 f60a5249
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3Packages.buildPythonApplication rec {
  pname = "pdfarranger";
  version = "1.11.0";
  version = "1.11.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pdfarranger";
    repo = "pdfarranger";
    rev = "refs/tags/${version}";
    hash = "sha256-bHV6EluA7xp+HyejnSWJwfRBDcTuZq5Gzz0KWIs0qhA=";
    hash = "sha256-94qziqJaKW8/L/6+U1yojxdG8BmeAStn+qbfGemTrVA=";
  };

  nativeBuildInputs = [ wrapGAppsHook3 ];