Skip to content

Commit 0d5dc32

Browse files
authored
gnucash: 5.10 -> 5.11 (NixOS#394973)
1 parent c1bfefc commit 0d5dc32

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

pkgs/by-name/gn/gnucash/package.nix

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
stdenv,
44
fetchFromGitHub,
55
fetchurl,
6-
fetchpatch,
76
aqbanking,
87
boost,
98
cmake,
@@ -30,12 +29,12 @@
3029

3130
stdenv.mkDerivation rec {
3231
pname = "gnucash";
33-
version = "5.10";
32+
version = "5.11";
3433

3534
# raw source code doesn't work out of box; fetchFromGitHub not usable
3635
src = fetchurl {
3736
url = "https://github.com/Gnucash/gnucash/releases/download/${version}/gnucash-${version}.tar.bz2";
38-
hash = "sha256-eJ2fNpjuW4ZyAnmjo+EOd0QhDhLFJa5/A9MvpwQHrZM=";
37+
hash = "sha256-a6QjE6qqmbXwf/bk28WLM/v19L5ukRN2cB1lwm/U3r4=";
3938
};
4039

4140
nativeBuildInputs = [
@@ -80,18 +79,6 @@ stdenv.mkDerivation rec {
8079
./0003-remove-valgrind.patch
8180
# this patch makes gnucash exec the Finance::Quote wrapper directly
8281
./0004-exec-fq-wrapper.patch
83-
# this patch fixes the build against icu 76
84-
(fetchpatch {
85-
name = "icu-76.patch";
86-
url = "https://github.com/Gnucash/gnucash/commit/579eed1facc0f7834ea70b1a342ebca0f125d788.patch";
87-
hash = "sha256-XzRPHDPxt2TfeqO48vaNEcfF58neVDMxVqkPKrG5xoM=";
88-
})
89-
# fixes QIF imports: https://bugs.gnucash.org/show_bug.cgi?id=799492
90-
(fetchpatch {
91-
name = "qif-import.patch";
92-
url = "https://github.com/Gnucash/gnucash/commit/6531d3e46b7bee1add61aa6c6aaf8fb1f889a586.patch";
93-
hash = "sha256-Lque2w9X9yencNVzI/DfuE3H2dN46yVNnbBdiEQE6/4=";
94-
})
9582
];
9683

9784
# this needs to be an environment variable and not a cmake flag to suppress

0 commit comments

Comments
 (0)