gnumeric: 1.12.44 -> 1.12.45

http://www.gnumeric.org/announcements/1.12/gnumeric-1.12.45.html
This commit is contained in:
Will Dietz 2019-06-06 20:23:15 -05:00
parent 7fe8e5181a
commit fd21f3fb47
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -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" ];