Skip to content

Commit 30e2e28

Browse files
authored
pdfarranger: 1.12.0 -> 1.12.1 (#420187)
2 parents 1b4bbbc + 8eba83d commit 30e2e28

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
@@ -12,14 +12,14 @@
1212

1313
python3Packages.buildPythonApplication rec {
1414
pname = "pdfarranger";
15-
version = "1.12.0";
15+
version = "1.12.1";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "pdfarranger";
2020
repo = "pdfarranger";
2121
tag = version;
22-
hash = "sha256-//JjIPDeyI+JZoFT2GU+wCP+tkKCchgS9ftMT5rUEOM=";
22+
hash = "sha256-of1itPubf6LBJ4rSh1bca3yoNTiz5Qt9ar9XDe4nhxI=";
2323
};
2424

2525
nativeBuildInputs = [ wrapGAppsHook3 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ gettext ];

0 commit comments

Comments
 (0)