From 90f8ccf06ca03317fa156a43fc5db79fd529acfd Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 17 Nov 2023 20:29:10 +0000 Subject: [PATCH] =?UTF-8?q?gnumeric:=201.12.55=20=E2=86=92=201.12.56?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit http://www.gnumeric.org/announcements/1.12/gnumeric-1.12.56.html https://gitlab.gnome.org/GNOME/gnumeric/-/compare/GNUMERIC_1_12_55...GNUMERIC_1_12_56 Changelog-reviewed-by: Jan Tojnar --- pkgs/applications/office/gnumeric/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix index 785b069c9a5b..d0331a742472 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.55"; + version = "1.12.56"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "xpoJzRkLYirMpHa7w9TAPWjXzPWbumG/A2zmCIX5+2U="; + sha256 = "UaOPNaxbD3He+oueIL8uCFY3mPHLMzeamhdyb7Hj4bI="; }; configureFlags = [ "--disable-component" ];