pdfarranger: 1.3.1 -> 1.4.2

This commit is contained in:
Symphorien Gibol 2020-04-11 12:00:00 +00:00 committed by Matthieu Coudron
parent 5eca80f7eb
commit 99b5068c26

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "pdfarranger"; pname = "pdfarranger";
version = "1.3.1"; version = "1.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jeromerobert"; owner = "jeromerobert";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1f8m8r81322i97wkqpmf7a4kiwnq244n6cnbldh03jc49vwq2kxx"; sha256 = "11q14pxyp5z4y3gabjnis3ip3xss6n94zjl42akwf27dxgxlpcjk";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -26,7 +26,8 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
pygobject3 pygobject3
pypdf2 pikepdf
setuptools
]; ];
# incompatible with wrapGAppsHook # incompatible with wrapGAppsHook