about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-10-28 08:30:16 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-10-29 21:35:41 +0100
commit2b7ded8d62f17cfd08100b89cd824bc41c51bee6 (patch)
treeebd42244c88fe34fdebcbf8c64154ea1a1e5fdc4 /pkgs/applications/office
parent7d92565c5f30cf2ccd2f18946b171042d1bbd817 (diff)
gnumeric: 1.12.23 -> 1.12.24
Diffstat (limited to 'pkgs/applications/office')
-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 8e01d30c44fe7..cddde10f91638 100644
--- a/pkgs/applications/office/gnumeric/default.nix
+++ b/pkgs/applications/office/gnumeric/default.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "gnumeric-1.12.23";
+  name = "gnumeric-1.12.24";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gnumeric/1.12/${name}.tar.xz";
-    sha256 = "0lcmw4jrfg9y2fhx13xw8w85vi7bcmgyn2sdjxi21xkh3szlqiq0";
+    sha256 = "0lcm8k0jb8rd5y4ii803f21nv8rx6gc3mmdlrj5h0rkkn9qm57f5";
   };
 
   configureFlags = "--disable-component";