Skip to content

Commit 352f030

Browse files
authored
Merge pull request #75385 from pacien/gscan2pdf-v2.6.2
gscan2pdf: 2.5.6 -> 2.6.2
2 parents a5e98ed + 735fc5b commit 352f030

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/graphics/gscan2pdf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ with stdenv.lib;
1010

1111
perlPackages.buildPerlPackage rec {
1212
pname = "gscan2pdf";
13-
version = "2.5.6";
13+
version = "2.6.2";
1414

1515
src = fetchurl {
1616
url = "mirror://sourceforge/gscan2pdf/${version}/${pname}-${version}.tar.xz";
17-
sha256 = "0wp81nsi5jfypabwmjqiamxr739jq5ij79n5fzn5pbw1hg5gcmfz";
17+
sha256 = "0z35lglf4anfczizynjp8sd1jpix5mkmm1nh39n1v94l7ahjxsww";
1818
};
1919

2020
nativeBuildInputs = [ wrapGAppsHook ];

0 commit comments

Comments
 (0)