Skip to content

Commit d8e953a

Browse files
authored
pdfarranger: 1.11.0 -> 1.11.1 (#348470)
2 parents 7e9f7ce + f60a524 commit d8e953a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pd/pdfarranger/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
python3Packages.buildPythonApplication rec {
1212
pname = "pdfarranger";
13-
version = "1.11.0";
13+
version = "1.11.1";
1414
pyproject = true;
1515

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

2323
nativeBuildInputs = [ wrapGAppsHook3 ];

0 commit comments

Comments
 (0)