3
0
Fork 0
forked from mirrors/nixpkgs

goffice: 0.10.44 -> 0.10.45 (bugfix)

http://www.gnumeric.org/announcements/1.12/gnumeric-1.12.45.html
Better keep these two synced when they even share announcements.
This commit is contained in:
Vladimír Čunát 2019-06-13 16:09:16 +02:00
parent fd21f3fb47
commit ed3d32f515
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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