gnumeric: 1.12.45 → 1.12.46

goffice: 0.10.45 → 0.10.46
This commit is contained in:
Vincent Laporte
2019-11-08 17:57:24 +00:00
committed by Vincent Laporte
parent 8c1a5a336c
commit c1966522d7
2 changed files with 6 additions and 15 deletions

View File

@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "goffice";
version = "0.10.45";
version = "0.10.46";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "702ba567e9ec0bbdd9b1a8161cd24648b4868d57a6cb89128f13c125f6f31947";
sha256 = "058d6d3a40e1f60525682ec6b857c441d5deb50d0d30a76804f9f36f865a13a9";
};
nativeBuildInputs = [ pkgconfig intltool ];