pdfarranger: 1.5.3 -> 1.6.0

gstqt5
Symphorien Gibol 2020-07-16 12:00:00 +00:00 committed by Dmitry Kalinkin
parent 293d7c3933
commit 5f4a279f41
1 changed files with 3 additions and 2 deletions

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "pdfarranger";
version = "1.5.3";
version = "1.6.0";
src = fetchFromGitHub {
owner = "jeromerobert";
repo = pname;
rev = version;
sha256 = "0a9ap7p8iw57sn5nmhim7gp5as8gj6ir6l3p0bpmg4iqjsr4169h";
sha256 = "03siz4ar6flyvrrgh7hr7sslc6n9x5d9i13lc5rm2qnssd0qdich";
};
nativeBuildInputs = [
@ -27,6 +27,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
pygobject3
pikepdf
img2pdf
setuptools
];