summary refs log tree commit diff
path: root/pkgs/applications/office/gnumeric
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-16 04:44:27 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-16 13:42:33 -0700
commit8fe37ad09e71a60b8cced1b15b91517ddd85ef7d (patch)
tree082a3c62845ae2f533887509cc8d0599c44467ee /pkgs/applications/office/gnumeric
parent90022056f5fff3fbd1aadbc83ef6fb4e63f0b77c (diff)
gnumeric: 1.12.49 -> 1.12.50
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 aacc2a2a579c7..5ab9be9fa75a5 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.49";
+  version = "1.12.50";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "kcBy7JXDLgCxVv/oAVyTsyuO3zaPkEFDYZPPoy6E7Vc=";
+    sha256 = "dYgZuhvWmDgp+efG1xp/ogzXWjZSonHluwA9XYvMFLg=";
   };
 
   configureFlags = [ "--disable-component" ];