about summary refs log tree commit diff
path: root/pkgs/applications/office/gnumeric
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-06-06 20:23:15 -0500
committerWill Dietz <w@wdtz.org>2019-06-06 21:59:38 -0500
commitfd21f3fb474d1077a7b196d8e58229f509226693 (patch)
treef5a6eb184086b6f814e2039af242f15645415186 /pkgs/applications/office/gnumeric
parent7fe8e5181ab9d88f08cfe084a8c76db5b7b67cf0 (diff)
gnumeric: 1.12.44 -> 1.12.45
http://www.gnumeric.org/announcements/1.12/gnumeric-1.12.45.html
Diffstat (limited to 'pkgs/applications/office/gnumeric')
-rw-r--r--pkgs/applications/office/gnumeric/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix
index 87aaf85d950c0..5845536e72eda 100644
--- a/pkgs/applications/office/gnumeric/default.nix
+++ b/pkgs/applications/office/gnumeric/default.nix
@@ -7,11 +7,11 @@ let
   inherit (pythonPackages) python pygobject3;
 in stdenv.mkDerivation rec {
   pname = "gnumeric";
-  version = "1.12.44";
+  version = "1.12.45";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "0147962c6ybdsj57rz95nla0rls7g545wc2n7pz59zmzyd5pksk0";
+    sha256 = "0c8dl1kvnj3g32qy3s92qpqpqfy0in59cx005gjvvzsflahav61h";
   };
 
   configureFlags = [ "--disable-component" ];