goffice: 0.10.43 -> 0.10.44

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/goffice/versions
This commit is contained in:
R. RyanTM 2018-12-15 21:01:06 -08:00
parent e0950ae9ad
commit fc3af0b5bd

View File

@ -2,11 +2,11 @@
, libgsf, libxml2, libxslt, cairo, pango, librsvg }:
stdenv.mkDerivation rec {
name = "goffice-0.10.43";
name = "goffice-0.10.44";
src = fetchurl {
url = "mirror://gnome/sources/goffice/0.10/${name}.tar.xz";
sha256 = "550fceefa74622b8fe57dd0b030003e31db50edf7f87068ff5e146365108b64e";
sha256 = "1fd7cm6j0g0mqgpqs4y22b4gd2ll4mcyvg4d0q22d5ndjapl4q3d";
};
nativeBuildInputs = [ pkgconfig intltool ];