gnumeric: 1.12.35 -> 1.12.36

goffice: 0.10.35 -> 0.10.36
This commit is contained in:
Vincent Laporte
2017-11-22 18:52:31 +00:00
parent 68a13ec392
commit 1f5c2fe90a
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
, libgsf, libxml2, libxslt, cairo, pango, librsvg, libspectre }:
stdenv.mkDerivation rec {
name = "goffice-0.10.35";
name = "goffice-0.10.36";
src = fetchurl {
url = "mirror://gnome/sources/goffice/0.10/${name}.tar.xz";
sha256 = "c19001afca09dc5446e06605a113d81a57124018a09c5889aeebba16cf1d5738";
sha256 = "cfe65fc0a665538704c7bab8541784291cf0781df8b4cff73cb0a513ee0baad6";
};
nativeBuildInputs = [ pkgconfig intltool ];