about summary refs log tree commit diff
path: root/pkgs/applications/misc/pdfarranger
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2023-10-24 21:49:34 +0200
committerGuillaume Girol <symphorien+git@xlumurb.eu>2023-10-24 21:49:34 +0200
commit455ee2f701f571b513e00374e4461b3704c975d0 (patch)
tree82c3b9e234308620e9ce0389188845edda2a3550 /pkgs/applications/misc/pdfarranger
parent7c9cc5a6e5d38010801741ac830a3f8fd667a7a0 (diff)
pdfarranger: 1.10.0 -> 1.10.1
Diff: https://github.com/pdfarranger/pdfarranger/compare/refs/tags/1.10.0...1.10.1

Changelog: https://github.com/pdfarranger/pdfarranger/releases/tag/1.10.1
Diffstat (limited to 'pkgs/applications/misc/pdfarranger')
-rw-r--r--pkgs/applications/misc/pdfarranger/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/pdfarranger/default.nix b/pkgs/applications/misc/pdfarranger/default.nix
index f140f8271e0d1..ef77c5a56f7e9 100644
--- a/pkgs/applications/misc/pdfarranger/default.nix
+++ b/pkgs/applications/misc/pdfarranger/default.nix
@@ -8,13 +8,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "pdfarranger";
-  version = "1.10.0";
+  version = "1.10.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-tNLy3HeHh8nBtmfJS5XhKX+KhIBnuUV2C8LwQl3mQLU=";
+    hash = "sha256-l//DeaIqUl6FdGFxM8yTKcTjVNvYMllorcoXoK33Iy4=";
   };
 
   nativeBuildInputs = [