pdfarranger: 1.11.0 -> 1.11.1
Diff: https://github.com/pdfarranger/pdfarranger/compare/refs/tags/1.11.0...1.11.1 Changelog: https://github.com/pdfarranger/pdfarranger/releases/tag/1.11.1
This commit is contained in:
parent
ae88a07753
commit
f60a5249b7
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user