gnumeric: 1.12.34 -> 1.12.35

goffice: 0.10.34 -> 0.10.35
This commit is contained in:
Vincent Laporte
2017-07-15 09:10:43 +02:00
parent 954c66983d
commit 08e0f106e3
2 changed files with 5 additions and 5 deletions

View File

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