Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5eca80f7ebd7
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99b5068c263b
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 12, 2020

  1. pdfarranger: 1.3.1 -> 1.4.2

    symphorien authored and teto committed Apr 12, 2020
    Copy the full SHA
    99b5068 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/applications/misc/pdfarranger/default.nix
7 changes: 4 additions & 3 deletions pkgs/applications/misc/pdfarranger/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

python3Packages.buildPythonApplication rec {
pname = "pdfarranger";
version = "1.3.1";
version = "1.4.2";

src = fetchFromGitHub {
owner = "jeromerobert";
repo = pname;
rev = version;
sha256 = "1f8m8r81322i97wkqpmf7a4kiwnq244n6cnbldh03jc49vwq2kxx";
sha256 = "11q14pxyp5z4y3gabjnis3ip3xss6n94zjl42akwf27dxgxlpcjk";
};

nativeBuildInputs = [
@@ -26,7 +26,8 @@ python3Packages.buildPythonApplication rec {

propagatedBuildInputs = with python3Packages; [
pygobject3
pypdf2
pikepdf
setuptools
];

# incompatible with wrapGAppsHook