gnumeric 0 -> 1 attrpath: gnumeric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gnumeric-1.12.56 Press Enter key to continue... Running update for: - gnumeric-1.12.56: UPDATING ... - gnumeric-1.12.56: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix index d0331a742472..7e351afadf53 100644 --- a/pkgs/applications/office/gnumeric/default.nix +++ b/pkgs/applications/office/gnumeric/default.nix @@ -7,11 +7,11 @@ let inherit (python3Packages) python pygobject3; in stdenv.mkDerivation rec { pname = "gnumeric"; - version = "1.12.56"; + version = "1.12.57"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "UaOPNaxbD3He+oueIL8uCFY3mPHLMzeamhdyb7Hj4bI="; + sha256 = "r/ULG2I0DCT8z0U9X60+f7c/S8SzT340tsPS2a9qHk8="; }; configureFlags = [ "--disable-component" ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gnumeric nix build failed. sf-gamma.c:818:9: note: in expansion of macro 'gnm_quad_scalbn' 818 | gnm_quad_scalbn (mant, mant, -e); | ^~~~~~~~~~~~~~~ ./numbers.h:207:36: error: nested extern declaration of 'go_quad_scalbn' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wnested-externs-Werror=nested-externs]8;;] 207 | #define gnm_quad_scalbn GNM_SUFFIX(go_quad_scalbn) | ^~~~~~~~~~~~~~ ./numbers.h:108:23: note: in definition of macro 'GNM_SUFFIX' 108 | #define GNM_SUFFIX(x) x | ^ sf-gamma.c:818:9: note: in expansion of macro 'gnm_quad_scalbn' 818 | gnm_quad_scalbn (mant, mant, -e); | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors make[3]: *** [Makefile:2933: libspreadsheet_la-sf-dpq.lo] Error 1 sheet-control-gui.c: In function 'resize_pane_finish': sheet-control-gui.c:1434:2: warning: #warning GTK3: replace this? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 1434 | #warning GTK3: replace this? | ^~~~~~~ sheet-control-gui.c: In function 'cb_resize_pane_motion': sheet-control-gui.c:1489:2: warning: #warning GTK3: what replaces p->in_drag? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 1489 | #warning GTK3: what replaces p->in_drag? | ^~~~~~~ cc1: some warnings being treated as errors make[3]: *** [Makefile:2940: libspreadsheet_la-sf-gamma.lo] Error 1 make[3]: Leaving directory '/build/gnumeric-1.12.57/src' make[2]: *** [Makefile:1660: all] Error 2 make[2]: Leaving directory '/build/gnumeric-1.12.57/src' make[1]: *** [Makefile:669: all-recursive] Error 1 make[1]: Leaving directory '/build/gnumeric-1.12.57' make: *** [Makefile:528: all] Error 2